Class WebbWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class WebbWindow extends JFrame
The main window of the Webb client.
See Also:
  • Method Details

    • getInstance

      public static WebbWindow getInstance()
      Returns the instance of the WebbWindow. If the instance is null, it creates a new instance and returns it.
    • switchScreen

      public void switchScreen(ScreenType screen)
      Switches the display screen to the given screen.
      Parameters:
      screen - The screen instance to switch to.