Re: AppleScript script engine

2014-02-13 Thread Michael Hall
On Feb 13, 2014, at 7:49 PM, Michael Hall wrote: > Is the AppleScript engine no longer not even the default one but no longer > shipped? > My HalfPipe application has some launch dependencies on it being there. It > was throwing NPE's apparently not getting the engine. > I stuck in some code to

AppleScript script engine

2014-02-13 Thread Michael Hall
Is the AppleScript engine no longer not even the default one but no longer shipped? My HalfPipe application has some launch dependencies on it being there. It was throwing NPE's apparently not getting the engine. I stuck in some code to list out available engines and get… ScriptEngineFactory Inf

Re: [9] Review request for 8031573 [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina

2014-02-13 Thread Sergey Bylokhov
Hi, Alexander. Did you check option of loading of the picture on demand?Since most of the time x2 version is useless on non hdpi and vice versa. On 13.02.2014 18:04, Alexander Scherbatiy wrote: Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8031573 webrev:

Re: [9] Review request for 8031573 [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina

2014-02-13 Thread Hendrik Schreiber
On Feb 13, 2014, at 15:04, Alexander Scherbatiy wrote: > Could you review the fix: > bug: https://bugs.openjdk.java.net/browse/JDK-8031573 > webrev: http://cr.openjdk.java.net/~alexsch/8031573/webrev.00 > > The NSMenu* system icons are templates and do not have image representations. > > T

[9] Review request for 8031573 [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina

2014-02-13 Thread Alexander Scherbatiy
Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8031573 webrev: http://cr.openjdk.java.net/~alexsch/8031573/webrev.00 The NSMenu* system icons are templates and do not have image representations. The fix retrieves images with original and double size fr