Examples of ProgressionPanel


Examples of instantbach.gui.tab.ProgressionPanel

     * @param availableSymbols SymbolList
     */
    public MainFrame(InstantBach parent, SymbolList availableSymbols) {
        this.parent = parent;

        progressionPanel = new ProgressionPanel(this, availableSymbols);
        transpositionPanel = new TranspositionPanel(this);
        informationPanel = new InformationPanel(this);

        JTabbedPane tabbedPane = new JTabbedPane();
        tabbedPane.add(progressionPanel, "Progression");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.