Class ExampleWebbPopup

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

public class ExampleWebbPopup extends WebbPopup
An example popup for a screen. Just displays some Hello World text centered.
See Also:
  • Constructor Details

    • ExampleWebbPopup

      public ExampleWebbPopup()
  • Method Details

    • populateComponents

      protected void populateComponents(JPanel contentPane, SpringLayout layout)
      Description copied from class: WebbPopup
      Populates the components of the popup.
      Specified by:
      populateComponents in class WebbPopup
      Parameters:
      contentPane - The content pane of the popup.
      layout - The layout of the popup.