I am looking for a JavaFX application framework to use in a NetBeans Platform based application. Would it be possible to use Drombler FX in it? I looked at other alternatives (mFx and eFX, but seem abandoned) and I would like to avoid the mixed look of Swing with JavaFX.
I tried to run the sample application to get a better idea of its functionality, but I got an error when I follow the get started instructions to generate it:
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.drombler.fx:drombler-fx-maven-archetype-application:0.8-SNAPSHOT)
Lastly, is Drombler FX under active development?