Hi to all. I am very lost with handling events in Java, so I have some
questions, suppose I have this:
It is an applet. Of course, most of the code has been omitted.
public void init()
{
Button button1;
button1 = new Button("OK")
add(button1);
button1.addActionListener(this); // in the first place, what does this
'THIS' mean ?
}
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]