Package omnom.newRecipes

Examples of omnom.newRecipes.AddRecipe


    }//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
View Full Code Here

TOP

Related Classes of omnom.newRecipes.AddRecipe

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.