Package com.aelitis.azureus.ui.skin

Examples of com.aelitis.azureus.ui.skin.SkinPropertiesImpl


  public static ImageLoader getInstance() {
    if (ImageLoader.instance == null) {
      ImageLoader.instance = new ImageLoader(Display.getDefault(), null);
      // always add az2 icons to instance
      SkinPropertiesImpl skinProperties = new SkinPropertiesImpl(
          ImageRepository.class.getClassLoader(),
          "org/gudy/azureus2/ui/icons/", "icons.properties");
      ImageLoader.instance.addSkinProperties(skinProperties);
    }
    return ImageLoader.instance;
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.ui.skin.SkinPropertiesImpl

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.