Package org.jvnet.substance.skin

Examples of org.jvnet.substance.skin.SubstanceGreenMagicLookAndFeel


    // Get amount of free memory within the heap in bytes. This size will increase
    // after garbage collection and decrease as new objects are created.
        long heapFreeSize = Runtime.getRuntime().freeMemory();
          //UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel());
          // UIManager.setLookAndFeel(new SubstanceFieldOfWheatLookAndFeel());
           UIManager.setLookAndFeel(new SubstanceGreenMagicLookAndFeel());
        }
        catch (Exception e) {
            e.printStackTrace();
        }   
         // insert your application initialization code here
View Full Code Here

TOP

Related Classes of org.jvnet.substance.skin.SubstanceGreenMagicLookAndFeel

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.