问题
I have this issue with the JavaFX Scene Builder. It works as intended but the resolution seems to be lower than the rest of the application.
Intellij IDEA did update recently to the 2018 version and thats when the issue started. I have tried downgrading to the previous version but the issue is still there.
Is there a way that I can revert the settings for Scene Builder or is there a setting that I have missed? Can't find anything about it online.
TIA
回答1:
It's a known issue.
Current workaround is to add -Dsun.java2d.uiScale.enabled=false
in Help | Edit Custom VM Options.
回答2:
I thought this is a scaling issue
, follow the bellow steps to fix it:
- right click on the
IntelliJ.exe
file. - select Properties | Compatibility.
- check the Compatibility mode check box and select the Windows 8 from the drop list.
- click Change high DPI settings.
- check the Program DPI check box.
- check the High DPI scaling override check box and select the System (Enhanced) from the drop list.
- restart the ide.
来源:https://stackoverflow.com/questions/50003269/intellij-idea-javafx-scene-builder-different-resolution-to-the-rest-of-the-appli