poidasmith / winrun4j

WinRun4J Java Application Launcher
http://winrun4j.sourceforge.net
212 stars 63 forks source link

Splash image shrinks and moves under Windows 10 #73

Open clivehaworth opened 8 years ago

clivehaworth commented 8 years ago

First thing to say is thanks for producing this launcher.

We have a small issue under Windows 10 - the splash screen appears as expected, then shrinks to about 3/4 size and translates up and left on screen, before disappearing. Works fine under Windows 8. It isn't a show-stopper, but we wondered if there is a workaround. Has anybody else had this issue?

Cheers, Clive Haworth Robots in Schools

axeld commented 8 years ago

FYI the same happens with Eclipse's splash screen on Windows 10 when using UI scaling -- it doesn't use WinRun4J, though, AFAIK.

clivehaworth commented 8 years ago

Thanks for the info. It seems to be a Win 10 scaling thing. I've sorted the javafx scaling by using an upto date JDK and specifying the system property:

glass.win.minHiDPI=1

I'll just remove the splash screen for the time being.