}//GEN-LAST:event_exitMenuItemActionPerformed
private void newRecipeItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_newRecipeItemActionPerformed
if (addRecipe == null) {
JFrame mainFrame = RecipesApp.getApplication().getMainFrame();
addRecipe = new AddRecipe(mainFrame, this);
}
addRecipe.clearFields();
RecipesApp.getApplication().show(addRecipe);
}//GEN-LAST:event_newRecipeItemActionPerformed