Package de.sciss.gui
Class CoverGrowBox
- java.lang.Object
-
- de.sciss.gui.CoverGrowBox
-
public class CoverGrowBox extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKEY_INTRUDINGSIZEValue: Boolean stating whether frame size (grow) boxes intrude into the frame's pane.
-
Constructor Summary
Constructors Constructor Description CoverGrowBox()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.Componentcreate()static java.awt.Componentcreate(int padx, int pady)
-
-
-
Field Detail
-
KEY_INTRUDINGSIZE
public static final java.lang.String KEY_INTRUDINGSIZE
Value: Boolean stating whether frame size (grow) boxes intrude into the frame's pane. Has default value: yes!
Node: root- See Also:
- Constant Field Values
-
-