Package de.sciss.gui

Class CoverGrowBox


  • public class CoverGrowBox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_INTRUDINGSIZE
      Value: 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.Component create()  
      static java.awt.Component create​(int padx, int pady)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • CoverGrowBox

        public CoverGrowBox()
    • Method Detail

      • create

        public static java.awt.Component create()
      • create

        public static java.awt.Component create​(int padx,
                                                int pady)