Class JSplitPaneUtils


  • public class JSplitPaneUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JSplitPaneUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JSplitPane borderlessSplitPane​(int orientation, javax.swing.JComponent left, javax.swing.JComponent right)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSplitPaneUtils

        public JSplitPaneUtils()
    • Method Detail

      • borderlessSplitPane

        public static javax.swing.JSplitPane borderlessSplitPane​(int orientation,
                                                                 javax.swing.JComponent left,
                                                                 javax.swing.JComponent right)