Re: VolatileImages render incorrectly

2014-04-02 Thread Tobias Bley
Hi Jessica, we found this problem too and it’s very very disappointing. A real world desktop application on JDK 7 or 8 on a Mac doesn’t perform well - it’s tooo slow and we can’t ship our software with JDK 7 or 8 using BufferedImages. In our opinion JDK7/8 is not ready to release on Mac! But it

Re: VolatileImages render incorrectly

2014-04-02 Thread Hendrik Schreiber
On Apr 2, 2014, at 9:20, Tobias Bley wrote: > we found this problem too and it’s very very disappointing. A real world > desktop application on JDK 7 or 8 on a Mac doesn’t perform well - it’s tooo > slow and we can’t ship our software with JDK 7 or 8 using BufferedImages. In > our opinion JDK7

Re: [9] Review Request: 8029196 Focus border of JButton.buttonType=roundRect is cut off

2014-04-02 Thread Alexander Scherbatiy
The fix looks good for me. Thanks, Alexandr. On 4/1/2014 4:53 PM, Sergey Bylokhov wrote: On 4/1/14 4:33 PM, Petr Pchelko wrote: Hello, Sergey. Does the fix work for retina thin focuses and non-retina thick? yes, it works in both cases. With best regards. Petr. On 01.04.2014, at 15:

Re: VolatileImages render incorrectly

2014-04-02 Thread Sergey Bylokhov
Hello. On 4/2/14 11:54 AM, Hendrik Schreiber wrote: Which begs the question: Are you guys aware of this and working on it? I wasn't able to find a corresponding bug, probably the one that comes closest is https://bugs.openjdk.java.net/browse/JDK-8017247 . At least it describes abysmal Java2D p

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

2014-04-02 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8038113/webrev.01/ The CachableJRSUIIcon creates an image twice: in createImage() and in the AquaPainter.paint() methods. The fix paints the icon directly from the AquaPainter.paint() method which uses

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

2014-04-02 Thread Petr Pchelko
Hello, Alexander. Could you please add the @Override to the paintIcon method. Also I suggest to reuse the paintIcon in the createIcon. With best regards. Petr. On 02.04.2014, at 16:20, Alexander Scherbatiy wrote: > > Hello, > > Could you review the updated fix: >http://cr.openjdk.ja