/Users/e1818782/NetBeansProjects/IA Stuff/RecipeDatabase_Nicolas/src/nicolas/IAPrototype.java
 1 /*
 2  * To change this license header, choose License Headers in Project Properties.
 3  * To change this template file, choose Tools | Templates
 4  * and open the template in the editor.
 5  */
 6 package nicolas;
 7 
 8 /**
 9  *
10  * @author 18782
11  */
12 public class IAPrototype {
13 
14     /**
15      * @param args the command line arguments
16      */
17     public static void main(String[] args) {
18         /*
19         Extensibility:
20         Improve and Repair Saving Algorithm/capabilities
21         Add Sorting and Searching Capabilities (sort different parameters)
22         Clean the GUI to make it more user friendly
23         */
24 GUIProto gp= new GUIProto();
25 gp.setVisible(true);
26 // TODO code application logic here
27     }
28     
29 }
30