Package com.jgoodies.looks.plastic.theme

Examples of com.jgoodies.looks.plastic.theme.DarkStar


                      break;
                 case 6: PlasticLookAndFeel.setPlasticTheme(new SkyYellow());
                      break;
                 case 7: PlasticLookAndFeel.setPlasticTheme(new SkyGreen());
                      break;
                 case 8: PlasticLookAndFeel.setPlasticTheme(new DarkStar());
                      break;
                 case 9: PlasticLookAndFeel.setPlasticTheme(new BrownSugar());
                      break;
                 case 10: PlasticLookAndFeel.setPlasticTheme(new DesertGreen());
                      break;
View Full Code Here

TOP

Related Classes of com.jgoodies.looks.plastic.theme.DarkStar

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.