Welcome to the next version of JFXCentral. This repository contains the codebase that is used for the desktop AND the web version.
- Desktop app via IDE: to launch the app as a desktop app simply run the
JFXCentral2App
class. - Desktop app via Maven: run
javafx:run
inside the "app" module. - Web app via Maven: run
jpro:run
inside the "app" module. Make sure to runinstall
first.
If you do encounter any technical issues, then please create a ticket in this repository. If the issue is related to content then please create the ticket in the issue tracker of the jfxcentral-data repository.