Computer Science Canada

combo box help needed

Author:  leeberman [ Sun Apr 10, 2005 2:23 pm ]
Post subject:  combo box help needed

how do u reset the value displayed in a combo box with code?

Author:  wtd [ Sun Apr 10, 2005 2:32 pm ]
Post subject: 

Always consult the API reference.

http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JComboBox.html

I believe you're looking for the setSelectedIndex method.

Author:  leeberman [ Sun Apr 10, 2005 5:03 pm ]
Post subject: 

thanks... i think it is the .setSelectedItem... but thanks for mentioning that site


: