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: New button styles in Yosemite

2014-07-21 Thread Tobias Bley
Hi guys,hi @AquaFX, what about AquaFX ;) Tobi > Am 19.07.2014 um 16:20 schrieb Hendrik Schreiber : > > Hey Guys, > > Yosemite seems to offer some new button styles, e.g. in Finder. > It would be nice, if those could also be used from Java, in the spirit of > https://developer.apple.com/libra

Re: New button styles in Yosemite

2014-07-21 Thread Tobias Bley
Do you plan tu update AquaFX for 10.10? > Am 21.07.2014 um 09:31 schrieb Hendrik Schreiber : > > On Jul 21, 2014, at 9:07, Tobias Bley wrote: > >> Hi guys,hi @AquaFX, >> >> what about AquaFX ;) > > What about it? > > -hendrik >

Re: java2d performance java7 / java8

2014-08-05 Thread Tobias Bley
Hi, I’m glad to see that you fetch this topic again… I try to summarise the bug: Starting with JDK7 Apples Quartz based rendering pipeline isn’t available anymore. So JDK7 and higher uses the OpenGL based pipeline on MacOSX. After hours of analysing my conclusion is that BufferedImage isn’t i

Re: java2d performance java7 / java8

2014-08-05 Thread Tobias Bley
„-Dswing.volatileImageBufferEnabled=false“ to false… Best regards, Tobi > Am 05.08.2014 um 15:39 schrieb Sergey Bylokhov : > > Hi, Tobias. > Can you share the test case, which will show that a BufferedImage is not > cached using VI. > > On 05.08.2014 11:32, Tobias Bley wrote: >> … >>

JarBundler / AppBundler to use Java 1.6 on Mac 10.11 / El Capitan

2015-09-14 Thread Tobias Bley
Hi everbody, our Java application can’t be started on Mac OS X 10.11 / El Capitan anymore because the Java launcher seams to not recognise the Info.plist format anymore… Does anyone has found a solution? Is it possible to use the new AppBundler for Java 6 too? Is there a new JavaAppLauncher fo