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
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
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:
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
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
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