Package instantbach.gui.tab

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

Related Classes of instantbach.gui.tab.ProgressionPanel

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.