We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3347fed commit cf8a013Copy full SHA for cf8a013
src/main/java/stl/threebodysimulation/Launcher.java
@@ -12,6 +12,7 @@ public class Launcher {
12
* @param args Terminal arguments.
13
*/
14
public static void main(String[] args) {
15
+ System.setProperty("prism.allowhidpi", "false");
16
Application.launch(MainApp.class, args);
17
}
18
0 commit comments