Re: Handling Opening Files

2014-05-05 Thread Ivan Nikitin
Hi Joshua, We also have Document types record in the Info.plist file of our bundle: CFBundleTypeName Images CFBundleTypeRole Viewer LSHandlerRank Alternate LSItemContentTypes public.image NSExportableTypes public.image CFBundleTypeName Folders CFBundleTypeRole Viewer LSHandlerRank None L

Re: Handling Opening Files

2014-05-05 Thread Michael Hall
> Joshua Smith wrote: >> I’ve finally bitten the bullet and moved over to Java 7 on Mac. >> >> The only thing I’m stuck on is handling opening files when they are >> double-clicked in the Finder or dropped on my program in the Dock. >> >> Are there any changes required to the file handling stuff