Re: Java 7 Application freeze at sun.lwawt.macosx.CCursorManager.nativeGetCursorPosition

2014-02-25 Thread Viral Barot
Hi Petr, Are there any new findings with the AppKit thread dump. Thanks, Viral On Nov 25, 2013, at 6:53 AM, Viral Barot wrote: > Hi Petr, > Here is the dump of the Appkit thread and the AWT Thread. As I indicated > earlier our original application does not call invokeAndWait, it uses > invok

Re: Environment variables

2014-02-25 Thread Michael Hall
On Feb 25, 2014, at 10:49 AM, David DeHaven wrote: > >>> Requiring R_HOME to be set in the environment seems sketchy to me. At worst >>> you should be able to set it through a system property, not rely on the >>> environment. Is it open source? Maybe it could be fixed and contributed >>> back

Re: Environment variables

2014-02-25 Thread David DeHaven
>> Requiring R_HOME to be set in the environment seems sketchy to me. At worst >> you should be able to set it through a system property, not rely on the >> environment. Is it open source? Maybe it could be fixed and contributed back. >> >> The ugly workaround might be to drill down through JNI

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

2014-02-25 Thread Hendrik Schreiber
On Feb 25, 2014, at 11:53, Alexander Scherbatiy wrote: > On 2/24/2014 5:59 PM, Hendrik Schreiber wrote: >> Hey guys, >> >> will this fix cover JTree folder icons as well? I.e. >> javax.swing.UIManager.getIcon("Tree.closedIcon") returns something that is >> rendered in HiDPI on a a HiDPI displ

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

2014-02-25 Thread Alexander Scherbatiy
On 2/24/2014 5:59 PM, Hendrik Schreiber wrote: Hey guys, will this fix cover JTree folder icons as well? I.e. javax.swing.UIManager.getIcon("Tree.closedIcon") returns something that is rendered in HiDPI on a a HiDPI display? This should have been already fixed as part of the issue 8024926