You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a native issue with Unity manager that can be reproduced under any JDK version - whenever you set window location directly it gets an offset equal to the native decoration size.
Unfortunately, this seems to be a general problem for any JDK/Unity combination and it heavily affects library parts which deal with natively decorated window positioning, for instance, things like RootPaneSettingsProcessor.
Unity can be detected by checking this environment variable:
System.getenv ( "XDG_CURRENT_DESKTOP" )
Output can be checked for Unity string.
The text was updated successfully, but these errors were encountered:
There is a native issue with Unity manager that can be reproduced under any JDK version - whenever you set window location directly it gets an offset equal to the native decoration size.
Unfortunately, this seems to be a general problem for any JDK/Unity combination and it heavily affects library parts which deal with natively decorated window positioning, for instance, things like
RootPaneSettingsProcessor
.Unity can be detected by checking this environment variable:
Output can be checked for
Unity
string.The text was updated successfully, but these errors were encountered: