Skip to content

Commit e21583f

Browse files
authored
Add JFX-Central resource portal (#70)
1 parent aaf82ce commit e21583f

4 files changed

Lines changed: 25 additions & 0 deletions

File tree

images/thumbnail-jfxcentral.png

262 KB
Loading

images/ui-jfxcentral.png

422 KB
Loading

jfxcentral.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: JFX-Central
3+
status: Active
4+
javaVersion: 17+ (JavaFX 17+)
5+
learningCurve: Easy
6+
lastRelease: Ongoing
7+
learnMoreText: JFX-Central Website
8+
learnMoreHref: https://www.jfx-central.com/
9+
image: images/ui-jfxcentral.png
10+
tags:
11+
- Desktop UI
12+
dateAdded: 2026-02-26
13+
---
14+
15+
JFX-Central is a community hub and resource portal dedicated entirely to the JavaFX ecosystem. Rather than being a library or framework itself, it serves as a curated directory of everything JavaFX: libraries, tools, frameworks, tutorials, blog posts, videos, real-world showcases, and open-source projects. The platform is built using JavaFX and deployed to the web via JPro, making the application itself a living demonstration of what JavaFX can achieve across desktop, web, and mobile targets.
16+
17+
The site organises content into categorised sections covering UI controls, charting libraries, media players, editors, and more, helping developers discover the rich ecosystem that has grown around JavaFX. It tracks releases, links to documentation, and highlights community content such as conference talks and screencasts. Maintained by Dirk Lemmermann and contributors from the JavaFX community, JFX-Central acts as the go-to reference for anyone looking to evaluate or extend their JavaFX toolbox. Whether you are a newcomer trying to understand the landscape or an experienced developer seeking a specific component library, JFX-Central provides a well-organised starting point for exploring the breadth of JavaFX resources available today.

suggested_libraries.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,13 @@
206206
"processed": true,
207207
"markdownFile": "gtk.md",
208208
"notes": "Early development, not production-ready"
209+
},
210+
{
211+
"name": "JFX-Central",
212+
"urls": ["https://www.jfx-central.com/"],
213+
"description": "Community hub and resource portal for the JavaFX ecosystem - libraries, tools, tutorials, and showcases",
214+
"processed": true,
215+
"markdownFile": "jfxcentral.md",
216+
"notes": "Resource website, not a library - built with JavaFX and deployed via JPro"
209217
}
210218
]

0 commit comments

Comments
 (0)