1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Swing
A Java Foundation Classes (JFC) library that is an extension of the Abstract Window Toolkit (AWT).
JComponent
The base class for all swing UI components.
JLabel
A component for placing text in a container.
JButton
Creates a labeled button.
JColorChooser
Provides a pane of controls designed to allow the user to manipulate and select a color.
JCheckBox
A graphical component that can be either on (true) or off (false).
JRadioButton
A graphical component that can be in either an on (true) or off (false) state in a group.
JList
Represents the user with a scrolling list of text items.
JComboBox
Presents the user with a drop-down menu of choices.
JTextField
A text component that allows for the editing of a single line of text.
JPasswordField
A text component specialized for password entry.
JTextArea
A text component that allows for the editing of multiple lines of text.
ImageIcon
An implementation of the icon interface that paints icons from images.
JScrollBar
A component that represents a scroll bar enabling users to select from a range of values.
JOptionPane
Provides a set of standard dialog boxes that prompt users for a value or action.
JFileChooser
A dialog window from which the user can select a file.
JProgressBar
Displays the percentage completion of a task.
JSlider
Allows the user to graphically select a value by sliding a knob within a bounded interval.
JSpinner
A single line input field that lets the user select by using a number or an object value from an ordered sequence.
Components
abstract base class for non-menu user-interface controls of Java SWING; representing an object with a graphical representation
Container
Can contain Java SWING Components