Package com.l2fprod.gui.plaf.skin
Class LinuxLookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.l2fprod.gui.plaf.skin.SkinLookAndFeel
-
- com.l2fprod.gui.plaf.skin.LinuxLookAndFeel
-
- All Implemented Interfaces:
java.io.Serializable
public class LinuxLookAndFeel extends SkinLookAndFeel
Linux Look And Feel.
Use this class to set the look and feel to the current user GTK theme.
This code was submitted by Nicholas Allen- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:09:07 $
- Author:
- $Author: l2fprod $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.l2fprod.gui.plaf.skin.SkinLookAndFeel
VERSION
-
-
Constructor Summary
Constructors Constructor Description LinuxLookAndFeel()
Constructor for the LinuxLookAndFeel object
-
Method Summary
-
Methods inherited from class com.l2fprod.gui.plaf.skin.SkinLookAndFeel
checkRequiredVersion, date, enable, getDescription, getID, getName, getSkin, getSupportsWindowDecorations, initClassDefaults, initComponentDefaults, initialize, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, loadDefaultThemePack, loadSkin, loadSkin, loadThemePack, loadThemePack, loadThemePack, loadThemePackDefinition, setSkin, version
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, getDefaults, loadSystemColors, playSound, uninitialize
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-
-
-
Constructor Detail
-
LinuxLookAndFeel
public LinuxLookAndFeel() throws GtkSkinNotFoundException, java.lang.Exception
Constructor for the LinuxLookAndFeel object- Throws:
GtkSkinNotFoundException
- Description of Exceptionjava.lang.Exception
- Description of Exception
-
-