I'm doing a timetable for a school project using JavaFX, I need to display the appointments in day and month skin but I don't know how to change the JFxtras Agenda Skin. I'm using JFxtras 8.0-r4.
Also, I want to change between weeks, days and months through a two buttons. If someone has any suggestion it would be very appreciated
All you need to do is call setSkin with a different skin implementation. But there also is an AgendaSkinSwitcher... How convenient :-)