Package com.googlecode.jumpnevolve.editor

Examples of com.googlecode.jumpnevolve.editor.Editor


    if (function instanceof SubMenu) {
      this.switchTo(function.getFunctionName().split("_")[1]);
    } else if (function == InterfaceFunctions.MENU_EDITOR) {
      try {
        Engine.getInstance().switchState(
            new Editor(this, this.getWidth(), this.getHeight(), 1));
      } catch (IOException e) {
        Log.error("Fehler beim Erstellen des Editors: "
            + e.getMessage());
        e.printStackTrace();
      }
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.editor.Editor

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.