Albert Pham
Albert Pham
I'll check it out tonight if I don't forget.
HiDPI support is slated for Java 9 as far as I know. It may be possible to scale up fonts in the meantime.
Easier to wait for Java 9 at this point. Rewriting the UI is a lot of work.
What operating system are you on?
The quality of text rendering varies a lot in Java, based on your operating system and your Java distribution. - Oracle Java on Windows has Windows-quality rendering - Apple Java...
I'll see if I can maybe turn that setting on at runtime and see if it takes effect.
For #1: use -Dcom.skcraft.builder.ignoreURLOverrides=true before -cp
It needs to be before the main class more specifically. Single dash.
HiDPI might be supported on JDK 9 but I haven't verified. Unfortunately rewriting the entire UI is currently out of the question.
dupe of https://github.com/SKCraft/Launcher/issues/153