webfx-demos / webfx-demo-moderngauge

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

Home Page:https://moderngauge.webfx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://moderngauge.webfx.dev

License:Apache License 2.0


Languages

Language:Java 70.9%Language:CSS 24.3%Language:HTML 4.9%