Class CompUtils


  • public class CompUtils
    extends java.lang.Object
    commun util-functions creating components etc.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JScrollPane createScrollPane​(javax.swing.JComponent content)
      creates a scrollpane with the given component embedded.
      • Methods inherited from class java.lang.Object

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

      • createScrollPane

        public static final javax.swing.JScrollPane createScrollPane​(javax.swing.JComponent content)
        creates a scrollpane with the given component embedded.
        Parameters:
        content - the JComponent to embed
        Returns:
        the scrollpane with the embedded component