This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 5f239b7d51 macOS: add launch option
-Dapple.awt.application.appearance=system to enabled dark window title bars if
macOS is in dark mode
new 2926b6df47 Merge pull request #5732 from
DevCharly/macos-dark-window-title
5f239b7d51 is described below
commit 5f239b7d51c69d50dc51b42dedf1680e71c384eb
Author: Karl Tauber <[email protected]>
AuthorDate: Tue Mar 28 17:13:33 2023 +0200
macOS: add launch option -Dapple.awt.application.appearance=system to
enabled dark window title bars if macOS is in dark mode
https://www.formdev.com/flatlaf/macos/#application_appearance
---
nb/ide.launcher/netbeans.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nb/ide.launcher/netbeans.conf b/nb/ide.launcher/netbeans.conf
index aa9a87bba8..9dc2abbfa6 100644
--- a/nb/ide.launcher/netbeans.conf
+++ b/nb/ide.launcher/netbeans.conf
@@ -63,7 +63,7 @@
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/@@metabuild.RawVersion@@"
# (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
#
-netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true
-J-Dplugin.manager.check.updates=false
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
@@metabuild.jms-flags@@ -J-XX:+IgnoreUnrecognizedVMOptions"
+netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true
-J-Dapple.awt.application.appearance=system
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true
-J-Dplugin.manager.check.updates=false
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
@@metabuild.jms-flags@@ -J-XX:+IgnoreUnrecognizedVMOptions"
# Default location of JDK:
# (set by installer or commented out if launcher should decide)
---------------------------------------------------------------------
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