/** Create new project. */
 public void projectNewMenuItemActionPerformed() {
   ProjectUICommands.projectCreate();
 }