Re: Linux and Java

2000-10-05 Thread Alex Sofronie
I haven't seen this readme but I can tell you that the readme file for jdk 1.2 is the same for win and linux (it explains for the win platform the unix file paths...) Hope it helps, Maxx [EMAIL PROTECTED] - Original Message - From: Nicolas Raitman <[EMAIL PROTECTED]> To: Java <[EMAIL PR

Re: Events

2000-10-05 Thread Alex Sofronie
Hi! THIS means that you add an event listener to the group of event listeners of the event handling method of the class who has the scope there. In other words: the same way you add the button - add(button) - you have to add the actionListener to be handled by actionPerformed method of THIS clas