Question
Match the following terms to the definition below. Note that there are more terms than definitions. abstract actual adapter addActionListener addItemListener anonymous appearance BorderLayout Colors
Match the following terms to the definition below. Note that there are more terms than definitions.
abstract
actual
adapter
addActionListener
addItemListener
anonymous
appearance
BorderLayout
Colors
dialog
elements
event
fidgets
first
FlowLayout
GridLayout
heavyweight
implicit
inner
Integers
Interface
java.awt
java.swing
JButton
JCheckBox
JToggleButton
JComponent
JContainer
JPasswordField
JRadioButton
JSwing
JTextArea
JTextField
last
lightweight
look-and-feel
showDialogBox
showInputDialog
showMessageDialog
Strings
virtual
Widgets
window
Which term from the above word bank matches each description below?
An _____ inner class is a class without a name and typically appears inside a method declaration.
____ divides a container into a table of rows and columns .
GUIs are built from GUI components sometimes called controls or ____.
____ is the superclass of all lightweight Swing components and declares their common attributes and behaviors.
A(n) _____ (subclass of JTextComponent) may contain multiple lines of text.
Java comes bundles with an elegant, cross-platform _______ known as Nimbus
All layout managers implement the interface LayoutManager of package ____.
_____ Swing components are not tied to actual GUI components supported by the underlying platform on which an application executes
When overriding paintComponent, call the superclass version as the ___ statement in the body.
An input dialog can only input _____.
____ arranges components into five regions.
JOptionPane static method _____ displays a message dialog
A(n) _____ class implements an interface and provides default implementations of its methods.
Non-static nested classes are called ____ classes and are frequently used for event handling.
____s are used to represent mutually exclusive options.
Class JFrame provides the basic attributes and behaviors of a _____.
Command buttons are created with class ____.
KeyEvent method getKeyCode gets the ____ key code.
A _____ shows that the characters are being types as the user enters them, but hides the actual characters with echo characters.
The ____ method registers a listener for JCheckBox objects.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started