java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.jackmeng.halcyoninae.cosmos.components.moreapps.MoreApps
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible, RootPaneContainer, WindowConstants

public class MoreApps extends JFrame implements Runnable
Since:
3.3
Author:
Jack Meng
See Also:
  • Field Details

    • maxCols

      private static final int maxCols
      See Also:
    • jsp

      private final JScrollPane jsp
    • gl

      private final GridLayout gl
    • colIndex

      private int colIndex
    • pX

      private int pX
    • pY

      private int pY
  • Constructor Details

    • MoreApps

      public MoreApps()
  • Method Details

    • addComponent

      public void addComponent(JComponent... c)
      This method will dynamically allocate the necessary space for the individual component cells.

      All elements will be resized to fit the correct cell size!!!

      Parameters:
      c - Components to add to the screen.
    • run

      public void run()
      Specified by:
      run in interface Runnable