Thanks alot, that helped! /Jonas
Robert F. Beeger wrote: >Hallo, eap-list, > >Friday, March 01, 2002, 10:10:10 AM, Jonas Envall wrote >JE> Hi! > >JE> We have a problem with some dialogs ending up gray with no text visable >JE> under 2000. This applies both to 2.5.1 and build 607. The problem seems >JE> to be with some paint event, since it corrects itself if I drag an other >JE> window over the dialog. One example that does this ofter is the generate >JE> popup. Any ideas? >In your idea.bat add: >-Dsun.java2d.noddraw >to the JVM_ARGS >so that it looks like this >SET JVM_ARGS=-ms516m -mx516m -Dsun.java2d.noddraw > >The direct draw implementation of Java2D does not work properly on >some graphic cards. > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
