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();