Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为使用 JavaFX 的学校项目制定时间表,我需要在日和月皮肤中显示约会,但我不知道如何更改 JFxtras 议程皮肤。我正在使用 JFxtras 8.0-r4。
另外,我想通过两个按钮在几周、几天和几个月之间进行切换。如果有人有任何建议,将不胜感激
您需要做的就是使用不同的皮肤实现调用 setSkin。但也有一个 AgendaSkinSwitcher ......多么方便:-)
https://github.com/JFXtras/jfxtras/blob/8.0/jfxtras-agenda/src/main/java/jfxtras/scene/control/agenda/AgendaSkinSwitcher.java