edu.jhu.tmaj.client.tables
Class GridBagPanelMaker
java.lang.Object
edu.jhu.tmaj.client.tables.GridBagPanelMaker
final class GridBagPanelMaker
- extends java.lang.Object
A Utility class for creating a component with a GridBagLayout.
Method Summary |
void |
add(java.awt.Component comp)
|
void |
add(java.awt.Component comp,
int x,
int y)
|
javax.swing.JPanel |
getPanel()
|
void |
nextColumn()
|
void |
nextRow()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridBagPanelMaker
public GridBagPanelMaker()
add
public void add(java.awt.Component comp)
nextRow
public void nextRow()
nextColumn
public void nextColumn()
add
public void add(java.awt.Component comp,
int x,
int y)
getPanel
public javax.swing.JPanel getPanel()