/webfx-demo-moderngauge

A simple Web App written in JavaFX displaying a gauge control. Also cross-platform & native.

Primary LanguageJavaApache License 2.0Apache-2.0

Live demo

The demo is published on this page.

It just shows a gauge control displayed with one of its skins called 'Modern'. Here is the source code.

Highlighted features

(in addition to those already explained in the previous demo)

Reusability

The gauge control was actually already implemented in a JavaFX called Medusa. This is an example of how you can benefit from the JavaFX ecosystem and reuse or port existing JavaFX libraries in your WebFX applications.

Custom control

This demo also shows that it's possible to write your own control with the JavaFX API and implement one or even several skins for the same control.