Package com.matis_digital.simulation.gui

Examples of com.matis_digital.simulation.gui.MainWindow


public class Simulation
{
    public static void main(String[] args)
    {
        final MainWindow mainWindow = new MainWindow();
        mainWindow.loop = new Thread(mainWindow);
        mainWindow.loop.start();
    }
View Full Code Here

TOP

Related Classes of com.matis_digital.simulation.gui.MainWindow

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.