Problem 3
How do you retrieve the selected item from a JList component? How do you get the index of the selected item?
Problem 4
How do you cause a scroll bar to be displayed with a JList component?
Problem 5
How do you retrieve the selected item from a JComboBox component? How do you get the index of the selected item?
Problem 8
How do you store an image in a JButton component? How do you store both an image and text in a JButton component?
Problem 19
How do you place a menu bar in a JFrame?
Problem 21
How do you change the size of a component such as a JLabel after it has been created?
Problem 24
How do you retrieve the text that is stored in a JTextarea component?