Re: OS/X GUI applications

2023-01-10 Thread Michael Hall
I bug reported internal review ID : 9074634

Re: OS/X GUI applications

2023-01-08 Thread Michael Hall
> On Jan 6, 2023, at 4:35 PM, Michael Hall wrote: > > I haven’t verified if this would further allow changing the java.awt.Desktop > about handler. I did check that custom AboutHandlers are possible for OS/X JavaFX applications. With… static { //java.awt.Toolkit.ge

Re: OS/X GUI applications

2023-01-06 Thread Michael Hall
> On Jan 3, 2023, at 1:15 PM, Philip Race wrote: > > PS actually java launcher code still reads -Dapple.awt.application.name > > -Phil. Specific to getting a default application menu Cocoa ‘About’ menu item for javaFX applications. I could elaborate more if any interest but just that here

Re: OS/X GUI applications

2023-01-03 Thread Michael Hall
> On Jan 3, 2023, at 1:10 PM, Philip Race wrote: > > > >> FX list as well as that it would be nice if SceneBuilder did have an ‘about’ >> menu item to check the version you have installed. > > For FX apps .. you really should be asking on the FX list. > Most of the above - actually I suspec

Re: OS/X GUI applications

2023-01-03 Thread Philip Race
PS actually java launcher code still reads -Dapple.awt.application.name -phil. On 1/3/23 11:10 AM, Philip Race wrote: On 12/28/22 7:11 AM, Michael Hall wrote: I was wondering for some reason what version of the Scene Builder application I had. There was no application “About” menu item. I no

Re: OS/X GUI applications

2023-01-03 Thread Philip Race
On 12/28/22 7:11 AM, Michael Hall wrote: I was wondering for some reason what version of the Scene Builder application I had. There was no application “About” menu item. I noticed one of my own applications did have this but I didn’t remember how. I finally noticed on my jpackage options I wa

Re: OS/X GUI applications

2022-12-31 Thread Michael Hall
> > Fwiw, I did a little more looking at this. > Additionally FWIW, I tracked the handling through on this and it all looked good. I entered a null dispatch at the end and got the dialog fine for a javaFX app. The problem is simply that the About menu item is never added for javaFX app’s. In

Re: OS/X GUI applications

2022-12-29 Thread Michael Hall
> On Dec 28, 2022, at 9:51 PM, Michael Hall wrote: > > Mail.app not receiving for some reason. So from gmail in Safari. > > >The Apple system properties are going to remain as they are, unless e.g. > >there's some good reason to change the key of a property. > > OK, good to know. I'm pretty

Re: OS/X GUI applications

2022-12-28 Thread Michael Hall
Mail.app not receiving for some reason. So from gmail in Safari. >The Apple system properties are going to remain as they are, unless e.g. there's some good reason to change the key of a property. OK, good to know. I'm pretty sure -Dapple.laf.useScreenMenuBar=true was made the OS/X application de

Re: OS/X GUI applications

2022-12-28 Thread SWinxy
The Apple system properties are going to remain as they are, unless e.g. there's some good reason to change the key of a property. Afaik setAboutHandler is the only way to set such a callback. I don't know what " com.apple.mrj.application.apple.menu.about.name" is, as it's not a string in the JDK.

OS/X GUI applications

2022-12-28 Thread Michael Hall
I was wondering for some reason what version of the Scene Builder application I had. There was no application “About” menu item. I noticed one of my own applications did have this but I didn’t remember how. I finally noticed on my jpackage options I was still using… -Dcom.apple.mrj.application.