Re: Javapackager 10 to bundle OpenJDK 11 runtime

2019-07-09 Thread Alan White
and patch distributed, I’ll work to migrate to jpackage. Thanks Alan > On 9 Jul 2019, at 18:51, Alan White wrote: > > Hi Johan > > Been using the gluon packager successfully on windows and macOS, awaiting the > release of the JEP343 (I think) one - thank you (from me and my

Re: Framework for saving window positions, etc?

2019-04-20 Thread Alan White (Drum Score Editor)
Not sure it’s “best practise”, and to caveat further I’m still migrating my app from swing to jfx, so there may be better ways in the new world, but my approach was to use separate listener / adapters and store using the cross platform java preferences api. Often subclassing, so on create the

Re: Javapackager 10 to bundle OpenJDK 11 runtime

2018-12-19 Thread Alan White (Drum Score Editor)
/listinfo/core-libs-dev > >> On 12/19/2018 5:28 AM, Alan White (Drum Score Editor) wrote: >> I understand the guidance for apps created with OpenJDK 11, is to use the >> javapackager from jdk 10. >> >> The old basedir parameter that could be used to direct the

Javapackager 10 to bundle OpenJDK 11 runtime

2018-12-19 Thread Alan White (Drum Score Editor)
I understand the guidance for apps created with OpenJDK 11, is to use the javapackager from jdk 10. The old basedir parameter that could be used to direct the packager to use a specific runtime is no longer present. Is there any mechanism I’ve missed in order to have the packager from jdk10