demitriusbelai commented on code in PR #6391:
URL: https://github.com/apache/netbeans/pull/6391#discussion_r1324854482


##########
platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLafPrefs.java:
##########
@@ -37,6 +38,8 @@ class FlatLafPrefs {
 
     private static final Preferences prefs = 
NbPreferences.forModule(FlatLafPrefs.class);
 
+    private static final boolean DEF_USE_WINDOW_DECORATIONS = 
SystemInfo.isWindows_10_orLater;

Review Comment:
   I guess I can answer this. There is no "native" window decoration for Linux. 
Linux has several windows managers. Each one with their own theme engine. Thus 
that will never happen.



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