Skip to content
Gerrit Grunwald edited this page Jun 4, 2020 · 14 revisions

TilesFX

Welcome to TilesFX, a JavaFX library containing Tiles for Dashboards.

At the moment (Version 11.38) the library contains 50 predefined skins but it's easy to create your own skins. In the TilesFX demo mentioned below you will find an example on how to create a custom skin. If you would like to find out how to use the different skins please take a look at the Demo.class in the tilesfx repository.

Binaries

You could find the binaries either on Maven Central or on bintray

Demo

You simply can take a look at the demo by calling 'gradle Demo' on the command line Another demo of TilesFX in combination with Medusa, Regulators and Ikonli can be found [here] (https://github.com/HanSolo/tilesfxdemo) Please be aware that this demo is running on JDK 8 but the library was ported to JDK 11 in the meantime!!! Nevertheless all things in the TileFX demo are still valid, meaning to say you can still take a look at the demo and see how things are done.

Youtube videos

TilesFX Demo (older version) youtube

TilesFX in combination with Medusa [youtube] (https://youtu.be/cOiDLPESS_A)

TilesFx in combination with Medusa with 10ms updates [youtube] (https://youtu.be/ybDlnt7lxnw)

General Elements

On the following image you can see the elements that are available on most of the tiles. The dashed line visualizes the area that is available for custom controls when using the CustomTileSkin in combination with setGraphic(YOUR CUSTOM CONTROL).

Clone this wiki locally