Class TabbedApplet

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

public class TabbedApplet extends JApplet
An applet implementation that uses a tabbed GUI as backend.
See Also:
  • Field Details

  • Constructor Details

    • TabbedApplet

      public TabbedApplet()
      Default constructor.
  • Method Details

    • getTabbedUI

      protected final AbstractTabbedUI getTabbedUI()
      Returns the UI implementation for the applet.
      Returns:
      Returns the tabbedUI.
    • init

      public void init(AbstractTabbedUI tabbedUI)
      Initialises the applet.
      Parameters:
      tabbedUI - the UI that controls the applet.