Re: JavaAppLauncher and working directory

2014-04-07 Thread Michael Hall
On Apr 6, 2014, at 11:02 PM, Abu Abdullah wrote: > > Launcher.jar is just a wrapper instead of executing through the command line. > it has only manifest.mf file with Main-Class: classes.myapp and other > options. the classes are in a folder in the same directory. > > user.dir for app bundle

Re: [9] Review request for 8038113 [macosx] JTree icon is not rendered in high resolution on Retina

2014-04-07 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8038113/webrev.02 - CachableJRSUIIcon explicitly implements Icon interface now - getOptimizedImage() method is removed from the CachingScalingIcon because NSImage always scales an image to the requested size

Re: JavaAppLauncher and working directory

2014-04-07 Thread Abu Abdullah
On Sun, Apr 6, 2014 at 6:45 PM, Joe McGlynn wrote: > I don't believe the "app bundler" project is maintained any longer. That > code was subsumed into the "FX Packager" (which works for non-FX apps) > about a year ago. FWIW, I suspect that you need to put your application > classes into a JAR f