jourquin commented on issue #6083:
URL: https://github.com/apache/jmeter/issues/6083#issuecomment-1789435034
The problem seems to appear for any java app that uses the native macOS
"Screen menu bars" setting
```
System.setProperty("apple.laf.useScreenMenuBar", "true");
```
This affects macOS Sonoma systems with a Homebrew OpenJDK.
A quick and dirty fix (in the java code) is to avoid setting this property
on affected systems. A example can be found at the end of the following code :
https://github.com/jourquin/Nodus/blob/master/src/edu/uclouvain/core/nodus/Nodus.java
--
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]