Package de.mpi.rgblab.data

Examples of de.mpi.rgblab.data.Data


  public static void startGUIApp() {

    // user interface

    Data data = new Data();

    JFrame frame = new JFrame("Map");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
//    GraphicsEnvironment.getLocalGraphicsEnvironment()
//        .getDefaultScreenDevice().setFullScreenWindow(frame);
View Full Code Here

TOP

Related Classes of de.mpi.rgblab.data.Data

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.