Hello everyone. JavaFX is missing methods that are the equivalent of the macOS integration methods in java.awt.Desktop.
I have experimented with calling these methods in a JavaFX application, but they do nothing. Is there any interest in adding something similar to either the HostServices, Platform, or Application classes? My first thought is they should be added to the Application class because they are for the application’s About, Settings and Quit handling. Thanks for your time, David Kopp