JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

Compile error in Agenda.java #20

Closed mtnygard closed 9 years ago

mtnygard commented 9 years ago

Environment:

Error compiling jfxtras-agenda, in Agenda.java:

 error: getUserAgentStylesheet() in Agenda cannot override getUserAgentStylesheet() in Region
    @Override protected String getUserAgentStylesheet()
mtnygard commented 9 years ago

Resolved in PR #21.