Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurred UI text on Ubuntu 16.04 #135

Closed
fblampe opened this issue Nov 14, 2018 · 1 comment
Closed

Blurred UI text on Ubuntu 16.04 #135

fblampe opened this issue Nov 14, 2018 · 1 comment

Comments

@fblampe
Copy link

fblampe commented Nov 14, 2018

Swing UI text looks much more blurry when running programs via the packr wrapper than when using java -jar.
It's not terrible, but when you're used to the unblurred text, the blurred text looks less good.
The kerning also doesn't match.

This is very similar to #39, but since this is about Ubuntu, not MacOS, it likely requires a different approach.

Running with java -jar (fine):
image
image

Running with native executable generated by packr (blurry):
image
image

@fblampe
Copy link
Author

fblampe commented Feb 25, 2019

Okay, seems like this is caused by the Zulu JREs, because it also happens when starting the app directly via the bundled java executable, skipping the packr wrapper.

The "java -jar" I mentioned in the first post refers to my system JRE, which is an OpenJDK.

@fblampe fblampe closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant