Package de.sciss.gui
Class StretchedGridLayout
- java.lang.Object
-
- java.awt.GridLayout
-
- de.sciss.gui.StretchedGridLayout
-
- All Implemented Interfaces:
java.awt.LayoutManager,java.io.Serializable
public class StretchedGridLayout extends java.awt.GridLayoutA variant of GridLayout that doesn't leave empty spaces at the bottom or right, because it properly stretches the widths and heights of the components over the available space- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StretchedGridLayout()StretchedGridLayout(int rows, int cols)StretchedGridLayout(int rows, int cols, int hgap, int vgap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlayoutContainer(java.awt.Container parent)
-