Package com.l2fprod.gui.plaf.skin.impl.kde

Examples of com.l2fprod.gui.plaf.skin.impl.kde.KdeSkin


    String filename = url.getFile();

    if (filename.endsWith("gtkrc")) {
      return new GtkSkin(url, getInputStream(url));
    } else if (filename.endsWith(".themerc")) {
      return new KdeSkin(url, getInputStream(url));
    } else {
      throw new Exception(
        "Unable to load this skin "
          + url
          + " (by using filename matching), "
View Full Code Here

TOP

Related Classes of com.l2fprod.gui.plaf.skin.impl.kde.KdeSkin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.