Stefan Toth wrote:
>
> 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.
>
You can use the old-style event handling with the method "handleE
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) be