| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
JComponent
- class javax.swing.. JComponent public abstract class JComponent extends Container implements Serializable Tree:java.lang.Object - java.awt.Component - java.awt.Container - javax.swing.JComponent The base class for the Swing components. JComponent provides:
- Constructor for class javax.swing. JComponent public JComponent () Default JComponent constructor. This constructor does no initialization beyond calling the Container constructor, e.g. the initial layout manager is null.
|
| |
|