Java Swing

0.0(0)
Studied by 2 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:23 PM on 11/22/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Swing

A Java Foundation Classes (JFC) library that is an extension of the Abstract Window Toolkit (AWT).

2
New cards

JComponent

The base class for all swing UI components.

3
New cards

JLabel

A component for placing text in a container.

4
New cards

JButton

Creates a labeled button.

5
New cards

JColorChooser

Provides a pane of controls designed to allow the user to manipulate and select a color.

6
New cards

JCheckBox

A graphical component that can be either on (true) or off (false).

7
New cards

JRadioButton

A graphical component that can be in either an on (true) or off (false) state in a group.

8
New cards

JList

Represents the user with a scrolling list of text items.

9
New cards

JComboBox

Presents the user with a drop-down menu of choices.

10
New cards

JTextField

A text component that allows for the editing of a single line of text.

11
New cards

JPasswordField

A text component specialized for password entry.

12
New cards

JTextArea

A text component that allows for the editing of multiple lines of text.

13
New cards

ImageIcon

An implementation of the icon interface that paints icons from images.

14
New cards

JScrollBar

A component that represents a scroll bar enabling users to select from a range of values.

15
New cards

JOptionPane

Provides a set of standard dialog boxes that prompt users for a value or action.

16
New cards

JFileChooser

A dialog window from which the user can select a file.

17
New cards

JProgressBar

Displays the percentage completion of a task.

18
New cards

JSlider

Allows the user to graphically select a value by sliding a knob within a bounded interval.

19
New cards

JSpinner

A single line input field that lets the user select by using a number or an object value from an ordered sequence.

20
New cards

Components

abstract base class for non-menu user-interface controls of Java SWING; representing an object with a graphical representation

21
New cards

Container

Can contain Java SWING Components