Package ru.snake.spritepacker.core

Examples of ru.snake.spritepacker.core.CoreFactory


    actionMap.put(REMOVE_TEXTURE, new RemoveTextureAction(this, factory));
    actionMap.put(HELP_ABOUT, new AboutAction(this));
  }

  private void createComponents() {
    factory = new CoreFactory();

    createWorkSpace();
    createActionMaps();
    createMainMenu();
    createToolBars();
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.core.CoreFactory

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.