Class KdeSkin

  • All Implemented Interfaces:
    Skin

    public final class KdeSkin
    extends AbstractSkin
    KDE (The K Desktop Environment) Skin Support.
    KdeSkin 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 KdeSkin("c:\downloads\myskin\kde\kde.themerc"));
    UIManager.setLookAndFeel("com.l2fprod.gui.plaf.skin.SkinLookAndFeel");


    to enable skins in your application !



Author:
fred