Hi Mark,
Thanks for the quick reply.
Do I understand correctly that the new resource file, the .css file, has to be in the JFXtras jar in the same place where you put the icons? If so, that would be my problem; I just put it in the project directory where I use it with other JavaFX components. Does that mean I would have to rebuild the jfxtras any time I wanted to change the style?
I have tried to build jfxtras-labs-2.2 straight out of the repository, but it fails with missing package and symbol errors. Not sure what the system is complaining about since the packages it complains about are right there in the JavaFX jar. It looks like the build file correctly locates the jfxrt.jar file. The Gradle output stops after 100 errors, but assuming it compiles things in alphabetical order, it looks like every import statement for a JavaFX package in the source fails to compile. (The plain ole Java package imports don't generate any errors.)
JDK 1.7.0 Update 17 (64 bit)
JavaFX 2.2.7
Windows 7 Pro (64 bit)
I'm not familiar with Gradle, but don't see anything obviously wrong with the build or property files.
Building a Java project with the pre-compiled 2.2 rc5 jar downloaded from the web seems to work as expected (with the exception of the styles of course.) The resource bundles don't get loaded either.
My Java may be a bit rusty (the actual project I am working on is written in Clojure), but I don't see any problems with jfxtras jar.
Any other ideas?
Thanks again,
David