Examples of InformationPanel


Examples of instantbach.gui.tab.InformationPanel

    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");
        tabbedPane.add(transpositionPanel, "Transposition");
        tabbedPane.add(informationPanel, "Information");
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.