Package instantbach.gui.tab.progression

Examples of instantbach.gui.tab.progression.MusicPanel


        this.parent = parent;
        this.buttonList = new ArrayList<SymbolButton>();

        this.progression = new SymbolList();

        this.musicPanel = new MusicPanel(this);

        this.setLayout(new BorderLayout());

        add(musicPanel, BorderLayout.CENTER);
        add(createButtonPanel(availableSymbols), BorderLayout.SOUTH);
View Full Code Here

TOP

Related Classes of instantbach.gui.tab.progression.MusicPanel

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.