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: 7 days 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: 2024-10-28T09:46:55.000Z (8 days ago)
- Last Synced: 2024-10-29T17:46:30.284Z (7 days ago)
- Topics: dashboards, java, javafx, javafx-components, javafx-library
- Language: Java
- Homepage:
- Size: 26.4 MB
- Stars: 1,429
- Watchers: 62
- Forks: 201
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- AwesomeJavaFX - TilesFX - A JavaFX library containing tiles for Dashboards. (Libraries, Tools and Projects)
- aboutfx - TilesFX
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