Exercises
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
JRadioButton
s.
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 aBorderLayout
.JRadioButton
s provide a series of mutually exclusive options (i.e., only one can betrue
at a time).Graphics
methodsetFont
is used to set the font for text fields.A
JList
displays a scrollbar ...
Get Java How to Program, Early Objects, 11th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.