Package org.pushingpixels.substance.api.skin

Examples of org.pushingpixels.substance.api.skin.OfficeSilver2007Skin


public class OfficeSilver2007 extends SkinRobot {
  /**
   * Creates the screenshot robot.
   */
  public OfficeSilver2007() {
    super(new OfficeSilver2007Skin(),
        "C:/jprojects/substance/www/images/screenshots/skins/officesilver2007_");
  }
View Full Code Here


      @Override
      public void run() {
        JFrame.setDefaultLookAndFeelDecorated(true);
        UIManager.put(SubstanceLookAndFeel.FOCUS_KIND,
            SubstanceConstants.FocusKind.NONE);
        SubstanceLookAndFeel.setSkin(new OfficeSilver2007Skin());
        new StatesSample().setVisible(true);
      }
    });
  }
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.skin.OfficeSilver2007Skin

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.