Package jpianotrain.gui.action

Examples of jpianotrain.gui.action.LookAndFeelAction


    configureMenu.add(configureRandomItem);
    configureMenu.add(configureSynthItem);

    JMenu lookAndFeelMenu=new JMenu(ResourceFactory.getString(MENU_LOOK_AND_FEEL));
    for (UIManager.LookAndFeelInfo info:UIManager.getInstalledLookAndFeels()) {
      lookAndFeelMenu.add(new LookAndFeelAction(info, this));
    }
    extraMenu.add(new CircleOfFifthsAction());
    extraMenu.add(new ScalePaneAction());
    extraMenu.add(new MajorTonnetzAction());
    extraMenu.add(new HyperTonnetzAction());
View Full Code Here

TOP

Related Classes of jpianotrain.gui.action.LookAndFeelAction

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.