Package org.open2jam.gui

Examples of org.open2jam.gui.Interface


        EventQueue.invokeLater(new Main());
    }
   
    @Override
    public void run() {
        new Interface().setVisible(true);
    }
View Full Code Here

TOP

Related Classes of org.open2jam.gui.Interface

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.