/* Files Removed */
-None
/* Files Added */
-windowOpener.java
/* Removed functions */
-None
/* Added functions */
-Not function yet = added textfields for Nickname and realname
/* File: windowOpener.java */
-Added new helper class
-Added two public methodes
-Added function (1) to open a second window
-Added function (2) to open a new main window
-Added javadoc
/* File: menuCloser.java */
-Added javadoc
-cleaned code
/* File: prefrence.fxml*/
-Added a new design
-Added textfields for nickname and realname
-Added label for themes
/* File: prefrence.css */
-Added new ids and classes
-cleaned code
/* Other Files */
-cleaned code
Today I added a new helper class witch is supposed to help opening new second windows and main windows, also added the javadoc. Javadoc was also added to the other helper classes. Redesigned the prefrence window and added Textfields for nickname and realname.
Still to add: function to get and set the nickname and realname.
/* Files Removed */
-stammbaum.fxml
-stammbaum.css
-stammbaumController.java
/* Files Added*/
-prefrence.fxml
-prefrence.css
-prefrenceController.java
/* Removed functions */
removed the ability to click stammbaum button (no new windows will open now)
/* Added functions */
added the ability to click the new button prefrences in options menu, if clicked the prefrence.fxml will open in a second window.
/* File: home.fxml */
-Added multiple buttons to the menu slider (no function yet)
-Added a new design to the option slider Pane -> BorderPane -> 2x VBox
-Added two new buttons to option slider
-Added one style class
cleaned code
/* File: home.css*/
-Added one style class
cleaned code
/* File: homeController.java*/
-Added click event for the new buttons
-Added function for prefrence button (as described above)
cleaned code
/* File: prefrence.fxml */
-Added a overall design
-Added two hboxes to top menu
-Added a name to top menu
-Added a close button to top menu
-Added two style classes
/* File: prefrence.css*/
-Added overall style
-Added two style classes
/* File: prefrenceController.java*/
-Added function for dragging
-Added function to the close button
-Added two events (above)
-Added clicked event to homeController for JFXStammbaumButton
-Added stammbaum.fxml with home template
-Added stammbaum.css with home template
-Added stammbaumController with home template
-Added Menu / home screen button to menu slider in stammbaum.fxml
-Added clicked event to stammbaumController for JFXMenuButton