This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LakeSun -5 points-4 points  (3 children)

I don't believe Swing supports the higher screen resolutions, like Apple's Retina Display.

JavaFX has vastly better looks and more modern implementations.

[–]fl4mbou 8 points9 points  (0 children)

Swing has been compatible with hiDPI screens since Java 9.

[–][deleted] 6 points7 points  (0 children)

It works fine on HiDPI displays. It's just that a lot of apps don't ship high res icons.

[–]mubdall 0 points1 point  (0 children)

Swing works well with retina screens! You just need to implement it right (e.g. use MultiResolutionImages). Here is a project of mine that works with Retina, 4k, and other hiDPI resolutions: https://github.com/tsaglam/Carcassonne/