Class PanelUtil


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

      Constructors 
      Constructor Description
      PanelUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void cofigureListBasic​(javax.swing.JList list)  
      static void configPanelForLeftAligned​(javax.swing.JComponent component)  
      static javax.swing.JComponent configureAnyScrollable​(javax.swing.JComponent scrollable)  
      static javax.swing.JComponent configureVHScrollable​(javax.swing.JComponent scrollable)  
      static javax.swing.JLabel createHelpLabel​(javax.swing.JComponent panel, java.lang.String textlabel)  
      static javax.swing.JLabel createLabel​(javax.swing.JComponent panel, java.lang.String textlabel)  
      static javax.swing.JLabel createLabel​(javax.swing.JComponent panel, java.lang.String textlabel, javax.swing.border.Border border)  
      static javax.swing.JSlider createSlider​(javax.swing.JComponent panel, javax.swing.event.ChangeListener c, int min, int max, int init)  
      static javax.swing.JComponent packLeftAligned​(javax.swing.JComponent component)  
      static javax.swing.JComponent packLeftAlignedWithStrut​(javax.swing.JComponent component)  
      • Methods inherited from class java.lang.Object

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

      • PanelUtil

        public PanelUtil()
    • Method Detail

      • cofigureListBasic

        public static void cofigureListBasic​(javax.swing.JList list)
      • configureVHScrollable

        public static javax.swing.JComponent configureVHScrollable​(javax.swing.JComponent scrollable)
      • configureAnyScrollable

        public static javax.swing.JComponent configureAnyScrollable​(javax.swing.JComponent scrollable)
      • configPanelForLeftAligned

        public static void configPanelForLeftAligned​(javax.swing.JComponent component)
      • packLeftAligned

        public static javax.swing.JComponent packLeftAligned​(javax.swing.JComponent component)
      • packLeftAlignedWithStrut

        public static javax.swing.JComponent packLeftAlignedWithStrut​(javax.swing.JComponent component)
      • createLabel

        public static javax.swing.JLabel createLabel​(javax.swing.JComponent panel,
                                                     java.lang.String textlabel,
                                                     javax.swing.border.Border border)
      • createLabel

        public static javax.swing.JLabel createLabel​(javax.swing.JComponent panel,
                                                     java.lang.String textlabel)
      • createHelpLabel

        public static javax.swing.JLabel createHelpLabel​(javax.swing.JComponent panel,
                                                         java.lang.String textlabel)
      • createSlider

        public static javax.swing.JSlider createSlider​(javax.swing.JComponent panel,
                                                       javax.swing.event.ChangeListener c,
                                                       int min,
                                                       int max,
                                                       int init)