Class Cosmos

java.lang.Object
com.jackmeng.halcyoninae.cosmos.Cosmos
All Implemented Interfaces:
TailwindListener.StatusUpdateListener, Runnable

public class Cosmos extends Object implements Runnable, TailwindListener.StatusUpdateListener
BigContainer is the main window for the program, it is the parent container for BottomPane and TopPane.

It performs no other tasks but to align the components together in a top-to-bottom fashion.

Since:
3.0
Author:
Jack Meng
See Also:
  • Field Details

    • container

      private JFrame container
  • Constructor Details

    • Cosmos

      public Cosmos(JSplitPane mainPane)
      A JSplitPane contains a BottomPane and TopPane that will be used as the content pane for the JFrame.
      Parameters:
      mainPane - The JSplitPane instance to attach with
  • Method Details