Class LoadingScreen

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LoadingScreen extends Screen
See Also:
  • Constructor Details

    • LoadingScreen

      public LoadingScreen()
  • Method Details

    • populateComponents

      protected void populateComponents(Container contentPane, SpringLayout layout)
      Description copied from class: Screen
      Populates the components of the screen.
      Specified by:
      populateComponents in class Screen
      Parameters:
      contentPane - The content pane of the screen (this)
      layout - The layout of the screen.
    • onShow

      public void onShow()
      Description copied from class: Screen
      Called when the screen is made visible
      Overrides:
      onShow in class Screen