Hi all please help me how to get a combobox when a JButton is pressed
JButton
Collapse
X
-
What do you mean by 'get a combobox'? You can 'get' such a box by just doingOriginally posted by yneerajaHi all please help me how to get a combobox when a JButton is pressed
this:
[code=java]
new JComboBox(); // look ma: I got a new combo box!
[/code]
Please elaborate on what you want exactly.
kind regards,
JosComment
Comment