Package com.jgoodies.looks.plastic.theme

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


            switch (themeNumber) {
                 case 1: PlasticLookAndFeel.setPlasticTheme(new DesertBlue());
                      break;
                 case 2: PlasticLookAndFeel.setPlasticTheme(new DesertRed());
                      break;
                 case 3: PlasticLookAndFeel.setPlasticTheme(new Silver());
                      break;
                 case 4: PlasticLookAndFeel.setPlasticTheme(new SkyPink());
                      break;
                 case 5: PlasticLookAndFeel.setPlasticTheme(new SkyKrupp());
                      break;
View Full Code Here


       
       
        menuItem = new JMenuItem("Silver",KeyEvent.VK_S);
        menuItem.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent arg0) {
              GU.changeUiSkin(new Silver(),t);
            }
        });
        menu.add(menuItem);
       
        menuItem = new JMenuItem("Sky Bluer",KeyEvent.VK_K);
View Full Code Here

TOP

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

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.