Package morlok8k.MinecraftLandGenerator.GUI

Examples of morlok8k.MinecraftLandGenerator.GUI.MLG_GUI


        @SuppressWarnings("static-access")
        @Override
        public void run() {

          try {
            final MLG_GUI window = new MLG_GUI();
            window.frmMLG_GUI.setVisible(true);
          } catch (final Exception e) {
            e.printStackTrace();
          }
        }
View Full Code Here

TOP

Related Classes of morlok8k.MinecraftLandGenerator.GUI.MLG_GUI

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.