I have to make an applet, which is supposed to work well on all Java
enabled browsers. So because of this I do not use the new 1.1 features.
Here is my problem :
I have a list and I want to perform something when a
list item is selected.
The problem is that I cannot use action(Event,Object) because is get
called only when I double click on the selected item.
I know, in Java >1.1 I could use the ItemListener to detect when an item is
selected or deselected.
How can I do this without using 1.1 features ?
Thanks,
Stefan Toth
----------