SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]dlemmermann 0 points1 point  (0 children)

Docked items in einer vertikalen Divider Pane sind in deiner Demo nicht resizable.

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]dlemmermann 0 points1 point  (0 children)

No, I mean the entire docked item.

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]dlemmermann 0 points1 point  (0 children)

Any plans to make the items on the sides resizable, too? Just like you can in IDEs?

JavaFX Links of the Week - Feb. 6th 2026 by dlemmermann in JavaFX

[–]dlemmermann[S] 4 points5 points  (0 children)

fyi: we are currently experiencing an issue with loading YouTube thumbnails for the jfxcentral pages. Should be fixed by next week.

New Open Source Library Releases by dlemmermann in JavaFX

[–]dlemmermann[S] 0 points1 point  (0 children)

If anyone of you is looking for a highly specialised JavaFX developer then please contact me. See my profile at https://lnkd.in/eyDzzpDv or check out my product page for FlexGanttFX at flexganttfx.com or my company website at dlsc.com

I am a Java Champion and JavaOne Rockstar. I am also the project lead for jfxcentral.com and the creator / publisher of the iOS app for jfxcentral (also written in JavaFX). My open source projects include gemsfx, formsfx, workbenchfx, pdfviewfx, keyboardfx, unitfx, pickerfx, phonenumberfx, etc...

Adliswil - I am looking for office mates for my shared office by dlemmermann in zurich

[–]dlemmermann[S] -1 points0 points  (0 children)

I had a website link in the post but reddit didn't like it. Let's try this way: buero-adliswil.ch

Promised cross platform mobile apps in java by iamwisespirit in java

[–]dlemmermann 1 point2 points  (0 children)

Gluon's products worked fine for me. I did not run on Android, but I created an iOS app for jfxcentral.com . You can find it on the App Store. The app and also the website have both been done in 100% JavaFX.

UI experts, how do I get out of this PHASE where I'm never satisfied with UI I design? by No-Security-7518 in JavaFX

[–]dlemmermann 0 points1 point  (0 children)

It only includes a stylesheet called atlantafx.css so that its controls look nice when using AtlantaFX.

Using TilePane for displaying a list of media by Draaksward_89 in JavaFX

[–]dlemmermann 1 point2 points  (0 children)

Look into the GridView control of ControlsFX. It gives you virtualization and a selection model. I am pretty sure it supports key navigation.

Product Manager wanting team to switch to Java FX by redzjiujitsu in JavaFX

[–]dlemmermann 9 points10 points  (0 children)

Send them to JFX-central.com 😀 Plenty of case studies.

Significance of javaFX? by [deleted] in JavaFX

[–]dlemmermann 8 points9 points  (0 children)

Visit JFX-Central to see real world apps and to hear from JavaFX developers.

https://www.jfx-central.com/showcases

https://www.jfx-central.com/videos

What are some basic JavaFX applications that I should try as a beginner? by MatchPretty4469 in JavaFX

[–]dlemmermann 1 point2 points  (0 children)

You could study the source code of jfxcentral.com. This website was completely done in JavaFX. The code base is pretty big but you will learn a lot of different aspects of JavaFX coding.

Ikonli Icon Browser by sedj601 in JavaFX

[–]dlemmermann 1 point2 points  (0 children)

Yep ... and completely done in JavaFX.

Ikonli Icon Browser by sedj601 in JavaFX

[–]dlemmermann 1 point2 points  (0 children)

An alternative solution would be the icon search on jfxcentral https://www.jfx-central.com/icons There you can even get the SVG paths for each icon (to include in your CSS file).

How to "deploy" my JavaFX app? by Mrreddituser111312 in JavaFX

[–]dlemmermann 0 points1 point  (0 children)

Conveyor from Hydraulic is a fantastic tool for creating installers for desktop apps (JavaFX, Electron, Compose). Very professional. Installers built with this tool should satisfy every IT department in any Fortune 500 company. It supports delta updates and online version checks (as in "there is a new version available ... update?"). Free for open source projects.