DawidLokiec commented on issue #6708:
URL: https://github.com/apache/netbeans/issues/6708#issuecomment-1814645967
@mbien
Interesting. I didn't know that `System.setProperty("sun.java2d.uiScale",
x)` takes effect at runtime. I thought it always had to be passed to the JVM in
the `java `command invocation because programmatically setting it with
`System.setProperty("sun.java2d.uiScale", "2"`) (for example, in the `static
`block of a subclass of `ModuleInstall`) has no effect in my NetBeans-based
application. Is it possible to write a custom main method in a NetBeans
Platform-based application, or perhaps modify the existing one? If the latter,
where can I find the main method in the NetBeans Platform-based application?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists