Skip to content

Commit

Permalink
Fixed resource calendar demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed May 8, 2020
1 parent d05787d commit 9f79b10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public Node getPanel(Stage stage) {
return box;
});

for (int i = 0; i < 1; i++) {
for (int i = 0; i < 5; i++) {
CalendarSource source = new CalendarSource("Default");

Calendar calendar1 = new HelloDayViewCalendar("cal1");
Expand Down

0 comments on commit 9f79b10

Please sign in to comment.