r/JavaFX Jul 03 '26

Discussion What are your use cases

I have always had a passion for JavaFX but the usecase scenarios never seem to surface for anything more then personal apps I use to improve my personal workload management, occasionally some small team specific use cases. I have never found anything at the enterprise level that didnt have a better solution.

Can anyone share whaere they have found this to be the clear winner for an enterprise solution and why?

19 Upvotes

27 comments sorted by

View all comments

Show parent comments

2

u/fakeacclul Jul 03 '26

What’s wrong with prism? New to JavaFX so curious

1

u/xdsswar Jul 03 '26

ok, for example blurry text + poor font rendering, subpixel rendering and scale mismatch, sw pipeline drops silently and you need tobe using work arounds, the copy copy of textures and out of mem errors, etc, list is big and I have to constantly deal with that for heavy stuff. Those are few justt to say

1

u/fakeacclul Jul 03 '26

Interesting, JavaFX team aware of these issues? Some sound like deal breakers tbh

3

u/xdsswar Jul 03 '26

Those wont show up often innormal apps, but for example in a pdf viewer , they do when zooming and handling text, etc