CS3398-Mocha-Coffee / -CS3398-Mocha-F2017

0 stars 1 forks source link

Fix action/event listener issues #62

Open aMorneault opened 6 years ago

aMorneault commented 6 years ago

I have an issue with my action/event listener and need to get this running for the demo on 08NOV2017.

aMorneault commented 6 years ago

Changed label to bug. I am still having some issues with this. I will work on this over the weekend to resolve this issue.

aMorneault commented 6 years ago

I completely restructured the code for the GUI. I have now added three classes to the src under pantryPlanner they are as follows: common: this is where code that is not GUI related goes. views: this is where the GUI is located. resources: this is where you put .png for logos or other resources to keep all data enclosed in the app. This should make the integration of the recipe and pantry databases easier.