com.l2fprod.gui
Class SkinApplet

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--java.applet.Applet
                          |
                          +--javax.swing.JApplet
                                |
                                +--com.l2fprod.gui.SkinApplet

public class SkinApplet
extends javax.swing.JApplet

SkinApplet.
Base class for applet that want to use the Skin Look And Feel.

See Also:
Serialized Form

Field Summary
static java.lang.String THEMEPACK_TAG
          Description of the Field
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
SkinApplet()
           
 
Method Summary
 void initSkin()
          Init the SkinLookAndFeel by using the applet parameter "themepack" (THEMEPACK_TAG). if the parameter is not set, the themepack "themepack.zip" is loaded.
 void initSkin(java.lang.String themepackTagName)
          Init the SkinLookAndFeel by using the applet parameter themepackTagName. if the parameter is not set, the themepack "/themepack.zip" is loaded.
 
Methods inherited from class javax.swing.JApplet
getAccessibleContext, getContentPane, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, remove, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, update
 
Methods inherited from class java.applet.Applet
destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, init, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop
 
Methods inherited from class java.awt.Panel
addNotify
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setCursor, setFont, validate
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

THEMEPACK_TAG

public static java.lang.String THEMEPACK_TAG
Description of the Field
Constructor Detail

SkinApplet

public SkinApplet()
Method Detail

initSkin

public void initSkin()
              throws java.lang.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:
java.lang.Exception - if an error occurs while loading the themepack

initSkin

public void initSkin(java.lang.String themepackTagName)
              throws java.lang.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:
java.lang.Exception - if an error occurs while loading the themepack


Copyright © 2000-2002 L2FProd.com. All Rights Reserved.