RFR: 8359108: Mac - When Swing starts First, native application menu doesn't work for JavaFX [v9]
Martin Fox
mfox at openjdk.org
Wed Jan 7 22:43:57 UTC 2026
On Wed, 7 Jan 2026 19:24:25 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Pabulaner IV has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8359108: Mac - When Swing starts First, native application menu doesn't work for JavaFX
>
> tests/manual/systemmenu/README.md line 3:
>
>> 1: # Compiling and Running
>> 2:
>> 3: To compile the tests, run the following command:
>
> Actually, separate compile step is not necessary, the test apps run with the following command from within this directory (you do need to run the gradle build first):
>
>
> java --module-path ../../../build/sdk/lib/ --add-modules javafx.controls,javafx.fxml,javafx.swing MacOSSystemMenuJFXPanelSwingFirstTest.java
Even easier:
`java @../../../build/run.args MacOSSystemMenuMultiWindowTest.java `
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1904#discussion_r2670293524
More information about the openjfx-dev
mailing list