"Guillaume Laforge" <[EMAIL PROTECTED]> wrote in message ahoq7l$nc1$[EMAIL PROTECTED]">news:ahoq7l$nc1$[EMAIL PROTECTED]... > > "Richard Osbaldeston" <[EMAIL PROTECTED]> a �crit dans le > message news: ahok4k$i3m$[EMAIL PROTECTED] > > ..Actually just to follow up on this; I've just tried changing the display > > options, changing the L&F dons't seem to help at all, turning on the > > antialiasing makes the problem appear immediately (looks like it really a > > Java2D issue) but when I turned animations off the problem seems to have > > gone.. with both build and Hierarchy.. using Java2D in the animations? > > > > If this equates to an option to turn off Java2D I'm happy.. phew! > > Have you tried the Java2D nodraw parameter for the JVM ? > I had similar weird problems, but when I added the -Dsun.java2d.noddraw to > the JVM args, everything works great. >
ah! yes, I changed the refugee line in my idea.bat to; SET JVM_ARGS=-Xms16m -Xmx128m -Didea.system.path="%IDEA_HOME%\system" -Djdk.home="%JAVA_HOME%" -DCVS_PASSFILE="%CVS_PASSFILE%" -Dsun.java2d.noddraw=true that works too.. although by turning off directdraw I'd guess we'd be suffering performance-wise so I might as well turn off animations anyway. I guess, I was also trying to express a growing concern about application bloat to the nice JetBrains people; I'm not using Idea for the animations and antialising, transparency Java2D tricks.. being an old Visual Cafe / Kawa refugee all the different directions Ariadna seems to be pulling in is making me feel a tad jumpy.. Richard _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
