On windows 10:
- Find
java.exeyou installed. - Right click ->
Properties - Go to
Compatibilitytab - Check
Override high DPI scaling behavior. - Choose
SystemforScaling performed by:
You can add parameters to the
java binary which launches the CrossFTP, you can use the option -D to pass a value for the sun.java2d.uiScale
proprty to specify a scaling factor for Java2D. This will scale your
application. The scaling factor value is a double. Make sure that you
pass this option to the java binary itself, not the launched Java application.Example: Launch crossftp.jar with a UI scaling factor of 2.5
java -Dsun.java2d.uiScale=2.5 -jar ...
1 comment:
Any new features or updates coming since October 17, 2018?
This is a good program and I hate to see it fall behind.
Post a Comment