SkinLF
Version 1.1

com.l2fprod.gui.plaf.skin.impl.kde2
Class Kde2Skin

java.lang.Object
  |
  +--com.l2fprod.gui.plaf.skin.impl.AbstractSkin
        |
        +--com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Skin
All Implemented Interfaces:
Skin

public class Kde2Skin
extends AbstractSkin

KDE 2 (The K Desktop Environment) Skin Support.
Kde2Skin can be used in conjunction with a kde.themerc file.
You can find skins at:

  • kde.themes.org

    Simply extract the skin file in a directory and use:

    SkinLookAndFeel.setSkin(new Kde2Skin("c:\downloads\myskin\kde\kde.themerc"));
    UIManager.setLookAndFeel("com.l2fprod.gui.plaf.skin.SkinLookAndFeel");


    to enable skins in your application !



    Version:
    $Revision: 1.2 $, $Date: 2001/03/11 21:35:55 $
    Author:
    $Author: l2fprod $

    Constructor Summary
    Kde2Skin(java.lang.String filename)
              Construct a new KDE skin with the given filename
    Kde2Skin(java.net.URL skinURL)
               
     
    Method Summary
     java.lang.String[] getColors()
               
     
    Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkin
    getButton, getFrame, getPersonality, getProgress, getResource, getScrollbar, getSlider, getTab, unload
     
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    Kde2Skin

    public Kde2Skin(java.lang.String filename)
             throws java.lang.Exception
    Construct a new KDE skin with the given filename

    Parameters:
    filename - path to a kde (themerc) skin file

    Kde2Skin

    public Kde2Skin(java.net.URL skinURL)
             throws java.lang.Exception
    Method Detail

    getColors

    public java.lang.String[] getColors()
    Specified by:
    getColors in interface Skin
    Overrides:
    getColors in class AbstractSkin

    SkinLF
    Version 1.1

    www.L2FProd.com
    © 2000-2001 L2FProd.com