Package org.open2jam.gui.parts

Examples of org.open2jam.gui.parts.MusicSelection


        initComponents();
        setTitle(Open2jam.getProductTitle() + " - " + getTitle());
       
        this.setLocationRelativeTo(null);
       
        musicSelection = new MusicSelection();
        Tabs.addTab("Music Selection", musicSelection);
        Tabs.addTab("Configuration", new Configuration());
        Tabs.addTab("Advanced Options", new AdvancedOptions());
       
        this.addWindowListener(this);
View Full Code Here

TOP

Related Classes of org.open2jam.gui.parts.MusicSelection

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.