Hi all please help me how to get a combobox when a JButton is pressed
JButton
Collapse
X
-
Originally 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