Hi all,
You can setEditable(false) an Entry because it implements the editable
interface, but how do you make a ComboBox *not* editable? and setting it
insensitive doesn't count, since it renders the widget in a different way.
I can only think of just putting the correct string in the combo and not
the not selected options, but this seems overkill.
Any idea?
Thanks!
|