June 2017
Beginner
1296 pages
69h 23m
English
26.4 Fill in the blanks in each of the following statements:
The JTextField class directly extends class __________.
Container method __________ attaches a GUI component to a container.
Method __________ is called when a mouse button is released (without moving the mouse).
The __________ class is used to create a group of JRadioButtons.
26.5 Determine whether each statement is true or false. If false, explain why.
Only one layout manager can be used per Container.
GUI components can be added to a Container in any order in a BorderLayout.
JRadioButtons provide a series of mutually exclusive options (i.e., only one can be true at a time).
Graphics method setFont is used to set the font for text fields.
A JList displays a scrollbar ...