Re: List select and jdk1.0.x

1998-07-18 Thread Juergen Sonnauer
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

List select and jdk1.0.x

1998-07-17 Thread Stefan Toth
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