Following on from the taster thread that I posted earlier here is the first version of my jFXtrasGauges library that exposes the gauges from the JFXtras Labs library.
If you have not already found it from my jFXtrasControls thread I suggest you download the JFXtras demonstration to see what is contained in the JFXtras library. It is available from
http://jfxtras.org/resources/java/Ensemble.jar
If you don't already have it release 5 of jfxtras can be downloaded from
http://central.maven.org/maven2/org/jfxtras/jfxtras-labs/2.2-r5/jfxtras-labs-2.2-r5.jar
The demo in the archive shows the gauges in JFXtras that I have exposed to B4J. All are usable and about half are complete. JFXtrasLCD, JFXtrasLinear and all the JFXtrasRadial gauges are based on a common rather complicated base class that will take me some more time to expose properly for the next version of this library. To get a flavour of the diversity possible with the Radials see this web page. I don't promise to be able to expose all those options!
http://harmoniccode.blogspot.co.uk/2012/06/jfxtras-series-radial-gauge.html
You should be able to add all these gauges to SceneBuilder following the directions given in the overall library comment in the xml. The clumsiness of the procedure is down to SceneBuilder and not B4J.
This library also includes a JFXColor object that provides a fairly simple but pretty complete access to the full colour capabilities of JavaFX.
There are three Forms in the demo and on each Form the button at the lower right will activate the gauges on that Form.
EDIT:- Version 1.1 now posted. See post #2 for details.
If you have not already found it from my jFXtrasControls thread I suggest you download the JFXtras demonstration to see what is contained in the JFXtras library. It is available from
http://jfxtras.org/resources/java/Ensemble.jar
If you don't already have it release 5 of jfxtras can be downloaded from
http://central.maven.org/maven2/org/jfxtras/jfxtras-labs/2.2-r5/jfxtras-labs-2.2-r5.jar
The demo in the archive shows the gauges in JFXtras that I have exposed to B4J. All are usable and about half are complete. JFXtrasLCD, JFXtrasLinear and all the JFXtrasRadial gauges are based on a common rather complicated base class that will take me some more time to expose properly for the next version of this library. To get a flavour of the diversity possible with the Radials see this web page. I don't promise to be able to expose all those options!
http://harmoniccode.blogspot.co.uk/2012/06/jfxtras-series-radial-gauge.html
You should be able to add all these gauges to SceneBuilder following the directions given in the overall library comment in the xml. The clumsiness of the procedure is down to SceneBuilder and not B4J.
This library also includes a JFXColor object that provides a fairly simple but pretty complete access to the full colour capabilities of JavaFX.
There are three Forms in the demo and on each Form the button at the lower right will activate the gauges on that Form.
EDIT:- Version 1.1 now posted. See post #2 for details.
Attachments
Last edited: