JFlex.gui
public class GridPanel extends Panel implements Handles
| Constructor Summary | |
|---|---|
| GridPanel(int cols, int rows) | |
| GridPanel(int cols, int rows, int hgap, int vgap) | |
| Method Summary | |
|---|---|
| void | add(int x, int y, Component c) |
| void | add(int x, int y, int handle, Component c) |
| void | add(int x, int y, int dx, int dy, Component c) |
| void | add(int x, int y, int dx, int dy, int handle, Component c) |
| void | doLayout() |
| Dimension | getPreferredSize() |
| void | setInsets(Insets insets) |