DashboardFx
This project is part of the set of custom components created for JavaFx.
๐ Overview๐ป Environment๐ Installingโ Using Dashboard๐งฌ Basic Structure๐บ On Youtube๐ Enhancements๐ซ Contributing to Project๐ Be a contritubutor๐ License
๐ Overview
In this example, you can see how components in Javafx can be worked to align with a good design. This lib contains methods to fast understand how JavaFX and properties work. As a dashboard separated as modules, you can see the appearance and properties for controls and layouts, and base classes for implementing pre-build views.
๐ป Environment
This lib is a component for JavaFx: Get in the official website JavaFx, Tutorial Getting Started
I have a great workstation here, then I've using a gradle 7.2 and Java and JavaFx +17 on Windows. (I really want to test in other systems in future).
๐ Installing
I really recommend to use jpackage to create your jar and the .exe.
!
โ Using Dashboard
Just build and run -(ยบ-ยบ)- there's no trick.. only use gradle to build and run in your ide. If you have problem, or a tip do an issue. ...
๐งฌ Basic Structure
...
๐บ On Youtube
...
๐ Enhancements
...
๐ซ Contributing to Project
To contributing to project, follow these steps:
- Fork this repository.
- Creates a branch:
git checkout -b <branch_name>
. - Do your changes and commit:
git commit -m '<commit_message>'
- Send a branch to origin:
git push origin DashboardFx / <local>
- Creates pull request.
However, if you don't know How to create a pull Request.
๐ Be a contritubutor
๐ License
This project is under license. See the file LICENSE to more details.