Static Public Member Functions | |
void | printSizes (Component c) |
void | makeGrid (Container parent, int rows, int cols, int initialX, int initialY, int xPad, int yPad) |
void | makeCompactGrid (Container parent, int rows, int cols) |
void | makeCompactGrid (Container parent, int rows, int cols, int initialX, int initialY, int xPad, int yPad) |
Static Private Member Functions | |
SpringLayout.Constraints | getConstraintsForCell (int row, int col, Container parent, int cols) |
|
|
|
Aligns the first
|
|
|
|
Aligns the first
|
|
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes. |