Let's say I have two choices,
Choice c1 = new Choice(); Choice c2 = new Choice();
When one is select, how can I know which choice is been selected in this
function,
public void itemStateChanged(ItemEvent ie){
}
Thanks in advance,
Newbie
JamesY - 24 May 2004 14:26 GMT
Sorry, wrong design.
> Let's say I have two choices,
>
[quoted text clipped - 10 lines]
>
> Newbie