| Author |
How to get the previously selected value in the combo box ?
|
manish basotia
Ranch Hand
Joined: Jan 12, 2004
Posts: 47
|
|
|
How to get the previoulsy selected value in a combobox. i WANT the current and the previously selected value of the combobox.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
There is no inherit method for doing this in the API. You simply need to manually store the values in variables.
|
 |
Jason Steele
Ranch Hand
Joined: Apr 25, 2003
Posts: 100
|
|
|
agreed, storing them in an ArrayList would work fine.
|
An egg is a chicken's house!
|
 |
 |
|
|
subject: How to get the previously selected value in the combo box ?
|
|
|