eirikbakke opened a new pull request #3645:
URL: https://github.com/apache/netbeans/pull/3645


   When running NetBeans with the Windows LAF on Windows 11 and Java 17, parts 
of the LAF revert to an older look. See screenshot below.
   
   This is due to the "os.name" system property being checked for the value 
"Windows 10" in various places. With Java 17 and Windows 11, this property can 
now have the value "Windows 11". This PR goes through each occurrence of 
"Windows 10" and also permits "Windows 11" in these cases.
   
   ![220219 Windows LAF problem on Windows 
11](https://user-images.githubusercontent.com/886243/154819559-027b0162-1262-4a29-8889-360b375b0edd.png)
   
   


-- 
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

Reply via email to