Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansolo/tilesfx
A JavaFX library containing tiles that can be used for dashboards.
https://github.com/hansolo/tilesfx
dashboards java javafx javafx-components javafx-library
Last synced: about 1 month ago
JSON representation
A JavaFX library containing tiles that can be used for dashboards.
- Host: GitHub
- URL: https://github.com/hansolo/tilesfx
- Owner: HanSolo
- License: apache-2.0
- Created: 2016-12-21T12:08:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T09:02:24.000Z (11 months ago)
- Last Synced: 2024-02-13T20:28:36.359Z (9 months ago)
- Topics: dashboards, java, javafx, javafx-components, javafx-library
- Language: Java
- Homepage:
- Size: 26.3 MB
- Stars: 1,364
- Watchers: 60
- Forks: 203
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## TilesFX
A JavaFX library containing tiles for Dashboards.Donations are welcome at [Paypal](https://paypal.me/hans0l0)
## Intro
The Tile is a simple JavaFX Control that comes with different skins.
To get an idea on how to use the skins with their parameters you could
either take a look at the [Demo file](https://github.com/HanSolo/tilesfx/blob/master/src/main/java/eu/hansolo/tilesfx/Demo.java)
or check out the [TilesFX Demo](https://github.com/HanSolo/tilesfxdemo) project
which also contains information on how to combine TilesFX with other libraries
e.g. [Medusa](https://github.com/HanSolo/Medusa)
You can also check my [blog](https://harmoniccode.blogspot.com/search/label/tilesfx)
where you will find additional information about certain tiles.## Demo
To run the demo you simply can start it using the command "./gradlew Demo" on the command line in the project folder.## Overview
![Overview](https://raw.githubusercontent.com/HanSolo/tilesfx/master/TilesFX.png)## Credits