When using macOS and we select an application such as Finder or IntelliJ, the currently selected app is shown in bold in the top left corner of the desktop main menu.
I have my own Java / JavaFX 21 app and when I select it, it shows “java” in the top left and with some default menu item options that are not helpful. Is there a way to tailor this so my own app has the same look and feel as a macOS home grown app?
My app is developed in Java/JavaFX using Maven, IntelliJ using generic tools and not macOS specific.