Fixed a bug when editing a recipe.
When starting the program a cook book is opened...
solved
worked on printing, but nothing is working yet
Added a createCookBookDialog and deleted two cl...
Modified listeners and deleted some classes
Added some javadoc and comments
Worked on the new view that is now also display...
Updated the menu bar to fx and added the cook b...
Started to change the gui; added some classes f...
Worked on the new CookBookView, not really work...
Renamed CookBookView to CookBookViewAlt and sta...
Added some classes to gui that for instance do ...
started working on Observer pattern
Changed some little things
added a button to edit the displayed recipe. I ...
Fixed a bug that occured when creating a new co...
Changed load method for CookBookView so that th...
Continued work on CookBookView, it is now possi...
Implemented the CookBookView. The buttons on th...
Added css for StartWindowFX. If you don't like ...
Changed the Start window, don't be shocked, the...
Recipes are now displayed properly using myLayo...
Created class HtmlView that displays a recipe. ...
Made the recipe display work (at least kind of)...
tried to make the recipe display work and faile...
HTML Display
corrected some little things and failed at maki...
corrected a little error in InOut
Finished HtmlBuilder.class except for the addHe...
Finished the HtmlBuilder except for the addHead...
Worked on Builder and its subclasses, hope I di...
Implemented some methods in InOut and HtmlBuilder
Added the structure of exportRecipe and a class...
Added 2 classes in model.io
corrected errors in Recipe
Changed int difficulty to String difficulty so ...
started implementing a method to create the htm...
Improved the layout of a recipe (there are colo...
Created css file for the layout of a recipe
First version of the layout of a recipe is now ...
Added a html-file that shows the body of a recipe
Added Help.java and HTMLPanel.java. Thank you, ...
Added some java-doc
Added ActionListener to Ok Button in CreateCook...