Read the index of item with X value.  
Author Message
Andrew Thompson





PostPosted: 2007-3-26 21:09:00 Top

java-programmer, Read the index of item with X value. On Mar 26, 10:42 pm, "Mariano" <email***@***.com> wrote:
> I've a ComboBox ..

>From where? There is no ComboBox in the JSE.
Are you perhaps referring to java.awt.Choice,
or javax.swing.JComboBox?
..
> How could I resolve?

1) Be specific about the classes used, rather
than simply 'making the names up, as you go along'
2) ..

Andrew T.