Java View all facts Glossary Help |
| user interface component |
| user interface component comparison table | ||
| Subject | be | display you |
|---|---|---|
| AWT component | simpler than Java Beans or Swing components but more limited | |
| button | ||
| input field | ||
| Java Bean | ||
| menu | ||
| progress bar | ||
| scroll bar | ||
| Swing component | ||
| window | define a subclass of the JFrame class by instantiating the following pattern, and create a new instance of that subclassimport java.awt.swing.*; |
Next kbTop: value Up: kbTop Previous kbTop: user interface