Package com.jpokemon.mapeditor

Examples of com.jpokemon.mapeditor.MapEditWindow


    setLayout(new FlowLayout());

    JButton mapEditor = new JButton("Open Map Editor");
    mapEditor.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent arg0) {
        new MapEditWindow();
      }
    });
    add(mapEditor);

    JButton storeEditor = new JButton("Open Store Editor");
View Full Code Here

TOP

Related Classes of com.jpokemon.mapeditor.MapEditWindow

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.