Examples of MapDataLoader


Examples of net.sourceforge.dsnk.gui.map.MapDataLoader

  public Test9() throws Exception {
    this.setSize(800, 700);
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

    MapDataLoader loader = new MapDataLoader(new File("map0.mul"),
        new File("tiledata.mul"), new File("texidx.mul"), new File(
            "texmaps.mul"), this.getGraphicsConfiguration());
    MapViewPanel panel = new MapViewPanel(loader);
    this.getContentPane().setLayout(new BorderLayout());
    this.getContentPane().add(panel, BorderLayout.CENTER);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.