public class BoxH extends Object
| Constructor and Description |
|---|
BoxH() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JComponent c) |
void |
addAll(JComponent... all) |
void |
addExpandH(JComponent c) |
void |
addGlueH() |
List<JComponent> |
getChildren() |
String |
getName() |
int |
getVgap() |
BoxH |
setBackground(ComponentPaint c) |
BoxH |
setHgap(int hgap) |
BoxH |
setLeftAligned() |
BoxH |
setName(String name) |
BoxH |
setOpaque(boolean c) |
BoxH |
setRightAligned() |
BoxH |
setVgap(int vgap) |
JComponent |
toComponent() |
public String getName()
public int getVgap()
public BoxH setVgap(int vgap)
public BoxH setHgap(int hgap)
public BoxH setBackground(ComponentPaint c)
public BoxH setOpaque(boolean c)
public void addAll(JComponent... all)
public void addGlueH()
public List<JComponent> getChildren()
public void add(JComponent c)
public void addExpandH(JComponent c)
public BoxH setLeftAligned()
public BoxH setRightAligned()
public JComponent toComponent()
Copyright © 2022 vpc open source initiative. All rights reserved.