Managing Open Recent menu in a sandboxed application
Michael Hall
mik3hall at gmail.com
Sat Mar 14 01:42:42 UTC 2015
On Mar 13, 2015, at 11:12 AM, Emmanuel Puybaret <puybaret at eteks.com> wrote:
> I programmed the calls to these methods on my side and could test them successfully in a sandboxed version of my program.
> But could it be possible in a future release to add the matching native methods in com.apple.eawt.Application to avoid Java programmers to provide their own JNI implementation?
It seems like a useful addition.
The is a openjdk awt list I think where this might be more likely answered? An enhancement request might be suggested, I don’t know.
Mostly because of lack of current documentation to be found anywhere for some of this Apple legacy OS X specific code. I added some of the file related to my trz download below.
One or two changes of my own. I extended the api a little in a way I thought might be useful in a separate class if I remember right. The javadoc isn’t even all that great yet.
The classpath exception appeared to apply so I assumed I was ok distributing this.
trz is available github. I really should get my email signature to show that.
Anyhow, in the meantime, or instead of if you decide you prefer it that way, you could github or otherwise set up a project with your own version of com.apple.eawt.Application?
Back in the old days of Mac Java, there were one or two attempts at people running FAQ pages that mentioned OS X specific resources. Maybe there should be one of those again somewhere? Maybe these days a wiki page of some sort somewhere?
Michael Hall
trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz
HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe
AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter
More information about the macosx-port-dev
mailing list