Swing

0.0(0)
studied byStudied by 14 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Swing

A Java package, javax.swing, that enhances the existing AWT package, java.awt, providing a complete API for Java applications to create GUI.

2
New cards

JFrame

A class in Swing that allows the creation of frames with sizes and locations, termination of the program when the frame is closed, and displaying graphics and Chinese characters.

3
New cards

JPanel

A Swing container used to group components for display.

4
New cards

JButton

A Swing class for creating labeled buttons with platform-independent implementation.

5
New cards

JLabel

A Swing class for displaying short strings, image icons, or read-only text.

6
New cards

JTextField

A Swing component for editing a single line of text.

7
New cards

JTextArea

A Swing class for editing multiple lines of text.

8
New cards

JCheckBox

A Swing component for creating checkboxes that can be checked or unchecked.

9
New cards

JRadioButton

A Swing component for creating radio buttons that can be selected or deselected.

10
New cards

JComboBox

A Swing component for creating a drop-down list for user selection.

11
New cards

JTable

A Swing component for displaying data in a tabular format.

12
New cards

JList

A Swing component for displaying a list of items for user selection.

13
New cards

javax.swing.border

Provides classes and interfaces for drawing specialized borders around Swing components.

14
New cards

javax.swing.colorchooser

Contains classes and interfaces used by the JColorChooser component.

15
New cards

javax.swing.event

Provides support for events fired by Swing components.

16
New cards

javax.swing.filechooser

Contains classes and interfaces used by the JFileChooser component.

17
New cards

javax.swing.plaf

Provides interfaces and abstract classes for Swing's pluggable look and feel capabilities.

18
New cards

javax.swing.plaf.basic

Provides user interface objects built according to the Basic look and feel.

19
New cards

javax.swing.plaf.metal

Provides user interface objects built according to the Java look and feel (Metal).

20
New cards

javax.swing.plaf.multi

Provides user interface objects that combine two or more look and feels.

21
New cards

javax.swing.plaf.synth

Provides user interface objects for a skinnable look and feel with delegated painting.

22
New cards

javax.swing.table

Provides classes and interfaces for dealing with JTable.

23
New cards

javax.swing.text

Provides classes and interfaces for editable and non-editable text components.

24
New cards

javax.swing.text.html

Provides classes for creating HTML text editors.

25
New cards

javax.swing.text.html.parser

Provides the default HTML parser and support classes.

26
New cards

javax.swing.text.rtf

Provides a class (RTFEditorKit) for creating Rich Text Format text editors.

27
New cards

javax.swing.tree

Provides classes and interfaces for dealing with JTree.