Skip to content

Commit

Permalink
Update Controller.java
Browse files Browse the repository at this point in the history
  • Loading branch information
src-mgra authored Sep 26, 2017
1 parent ef854f5 commit 6f9d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyCalendar/src/sample/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Controller {
String[] wd = new String[]{"Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"};
String[] mname = new String[]{"Januar", "Februar", "M\u00e4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"};
String rand = "\n";
// public byte day;

@FXML
TextField dayTxt;
byte day;
Expand Down

0 comments on commit 6f9d1b9

Please sign in to comment.