Hi everyone,
is it possible to change the CSS-Layout of a trial CalendarFX?
That´s what I have tried:
calendarView.getStylesheets().remove(0);
calendarView.getStylesheets().add(“./calendar.css”);
The tool finds the new css-file but it seems to totally ignore my changes.
And before I search my program for a mistake, I thought i´d better ask if that´s the reason. 😉
Thanks for your help
Colin