public class Panel extends Container
implements Accessible java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
Costruttori
Parametri | Descrizione |
---|
| Default | LayoutManager | Layout specifico |
Il LayoutManager di default è FlowLayout. La classe Panel eredita i campi e i metodi di Container e Component Campi
Nome | Descrizione |
---|
BOTTOM_ALIGNMENT
CENTER_ALIGNMENT
LEFT_ALIGNMENT
RIGHT_ALIGNMENT
TOP_ALIGNMENT | Allineamento | ... | ... |
Metodi
Nome | Parametri | Tipo | Descrizione |
---|
add | Component | | Gestione del contenuto |
remove | removeAll | |
|