xulihang Active Member Licensed User Longtime User Oct 17, 2024 #1 I am experiencing a blurry text problem in high screen density like 125%. I wonder if you guys also have met this problem. 100% DPI: 125% DPI: I've also attached a sample project. Attachments BlurryView.zip 2.5 KB · Views: 27
I am experiencing a blurry text problem in high screen density like 125%. I wonder if you guys also have met this problem. 100% DPI: 125% DPI: I've also attached a sample project.
xulihang Active Member Licensed User Longtime User Oct 17, 2024 #2 The images became not that sharp after compression. I've directly attached the files. Attachments captured.zip 46.5 KB · Views: 35 Upvote 0
Swissmade Well-Known Member Licensed User Longtime User Oct 17, 2024 #3 xulihang said: The images became not that sharp after compression. I've directly attached the files. Click to expand... At start I also add the parameter for Java -Dglass.win.minHiDPI=1 Maybe it helps Upvote 0
xulihang said: The images became not that sharp after compression. I've directly attached the files. Click to expand... At start I also add the parameter for Java -Dglass.win.minHiDPI=1 Maybe it helps
xulihang Active Member Licensed User Longtime User Oct 18, 2024 #4 I tried. But the text in TextArea is still blurry. I also tried according to this article: https://codingtechroom.com/question...sues-in-javafx-textarea-a-comprehensive-guide But it does not help, either. Upvote 0
I tried. But the text in TextArea is still blurry. I also tried according to this article: https://codingtechroom.com/question...sues-in-javafx-textarea-a-comprehensive-guide But it does not help, either.
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2024 #5 Are you using Java 19? Upvote 0
xulihang Active Member Licensed User Longtime User Oct 20, 2024 #6 Erel said: Are you using Java 19? Click to expand... I am using Java 23. Upvote 0