javajavafxjavafx-8jfxtras

How to change JFXtras Agenda Skin?


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


Solution

  • All you need to do is call setSkin with a different skin implementation. But there also is an AgendaSkinSwitcher... How convenient :-)

    https://github.com/JFXtras/jfxtras/blob/8.0/jfxtras-agenda/src/main/java/jfxtras/scene/control/agenda/AgendaSkinSwitcher.java