I am trying to develop my event class.It must capture events in the
lowest level
Whenever I open an outside java application using Runtime.()
I must be able to know what are the keyboard events which occur
{whether its a,b,c....}
and the mouse events {basically the positions of clicking } and
record it in my application