Package org.open2jam.gui.parts

Examples of org.open2jam.gui.parts.Configuration


       
        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);
  pack();
    }
View Full Code Here

TOP

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

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.