I have a java swing application that is deployed using Java web start. Everything appears very small on high dpi displays. I've determined this is because while java reports that it is dpi aware to windows in fact java swing applications are not dpi aware. I've tried setting the dpi aware false in the java.exe, javaws.exe and javaw.exe files without success.
Any suggestions would be appreciated.