Package at.bestsolution.drawswf.actions

Examples of at.bestsolution.drawswf.actions.NewFileAction


  }

  //  ----------------------------------------------------------------------------
  private void addNewFileAction(String displayedText, String description, String icon_name, int mnemonicKey, KeyStroke accelerator)
  {
    NewFileAction new_file_action = new NewFileAction(displayedText, description, icon_name, MainWindow.getDrawingPanel(), mnemonicKey, accelerator);
    add(new_file_action);
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.drawswf.actions.NewFileAction

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.