How do you make a JMenu and a JMenuItem and a JComboBox?
Also, how do you add JScrollBars and make them work properly? (I've asked this before in another thread.)
:confused::confused:
Printable View
How do you make a JMenu and a JMenuItem and a JComboBox?
Also, how do you add JScrollBars and make them work properly? (I've asked this before in another thread.)
:confused::confused:
Some rather convenient links:
How to Use Menus
How to Use Combo Boxes
If you want to scroll through a region larger than that being displayed:
How to Use Scroll Panes
General scroll bar usage:
A quick demonstration of JScrollBar