Class SkinApplet

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

public class SkinApplet extends JApplet
SkinApplet.
Base class for applet that want to use the Skin Look And Feel.
Author:
Frederic Lavigne
See Also:
  • Field Details

    • THEMEPACK_TAG

      public static String THEMEPACK_TAG
      Description of the Field
  • Constructor Details

    • SkinApplet

      public SkinApplet()
  • Method Details

    • initSkin

      public void initSkin() throws Exception
      Init the SkinLookAndFeel by using the applet parameter "themepack" (THEMEPACK_TAG). if the parameter is not set, the themepack "themepack.zip" is loaded.
      Throws:
      Exception - if an error occurs while loading the themepack
    • initSkin

      public void initSkin(String themepackTagName) throws Exception
      Init the SkinLookAndFeel by using the applet parameter themepackTagName. if the parameter is not set, the themepack "/themepack.zip" is loaded.
      Parameters:
      themepackTagName - Description of Parameter
      Throws:
      Exception - if an error occurs while loading the themepack