ComputerDictionaries.org      Computer terms spelled out...
Home -› AML/alpha -› JComponent
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

JComponent

AML/alphaJDK Doc (JAVA)
- 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.
See also: , , , ,