Package com.jgoodies.plaf.plastic

Examples of com.jgoodies.plaf.plastic.Plastic3DLookAndFeel


    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 );
      //            UIManager.put( "Tree.drawsFocusBorderAroundIcon", new
View Full Code Here

TOP

Related Classes of com.jgoodies.plaf.plastic.Plastic3DLookAndFeel

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.