Package com.jgoodies.plaf.plastic.theme

Examples of com.jgoodies.plaf.plastic.theme.ExperienceBlue


    }

    public static PlasticSettings createDefault() {
        PlasticSettings settings = new PlasticSettings();
        settings.setSelectedLookAndFeel(new PlasticXPLookAndFeel());
        settings.setSelectedTheme(new ExperienceBlue());
        settings.setUseSystemFonts(Boolean.TRUE);
        settings.setFontSizeHints(FontSizeHints.MIXED);
        settings.setUseNarrowButtons(false);
        settings.setTabIconsEnabled(true);
        settings.setPlasticTabStyle(PlasticLookAndFeel.TAB_STYLE_DEFAULT_VALUE);
View Full Code Here


    try {
      UIManager.getLookAndFeelDefaults().put("ClassLoader",
          SystemStartup.class.getClassLoader());
      // set the look and feel and override some colors.
      Plastic3DLookAndFeel.setMyCurrentTheme(new ExperienceBlue());
      UIManager.setLookAndFeel(new Plastic3DLookAndFeel());
      //            UIManager.put( "Tree.background", Color.lightGray );
      //            UIManager.put( "Tree.textBackground", Color.lightGray );
      //            UIManager.put( "Tree.selectionBackground", Color.white );
      //            UIManager.put( "Tree.selectionForeground", Color.blue );
View Full Code Here

TOP

Related Classes of com.jgoodies.plaf.plastic.theme.ExperienceBlue

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.