I have a JComboBox component in my JToolBar. Normal behavior of the the
JComboBox is to display the item selected in the label/button area.
How do I prevent this behavior?
I'd like to keep the same text in the label area regardless of the
user selection.
Any pointers are appreciated.
Frank G.
+=========================================+
| Crossroads Technologies Inc. |
| Enterprise Java Engineering |
| Web: www.CrossroadsTech dot com |
| Email: fgreco @ cross roads tech dot com|
+=========================================+
Harald Hein - 29 Aug 2003 06:04 GMT
> I'd like to keep the same text in the label area regardless of the
> user selection.
Then don't use a combo box there. Use a normal text field.