Package com.jpokemon.interactioneditor

Examples of com.jpokemon.interactioneditor.InteractionEditor


    add(storeEditor);

    JButton interactionEditor = new JButton("Open Interaction Editor");
    interactionEditor.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent arg0) {
        new InteractionEditor();
      }
    });
    add(interactionEditor);

    JButton saveFileEditor = new JButton("Open Save File Editor");
View Full Code Here

TOP

Related Classes of com.jpokemon.interactioneditor.InteractionEditor

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.