views:

42

answers:

0

Hello,

I had a problem envolving a mixing of lightweight and heavyweight components in java.

http://stackoverflow.com/questions/2463108/weird-swing-heavyweight-lightweight-mixing-problem/2468519#2468519

A solution that was suggested to me (outside stackoverflow) was to set the system properties sun.awt.noerasebackground and sun.java2d.noddraw to true.

I want to know what side affects this change might have on my swing based java application (that runs in WinXP and has many swing components).

What kind of problems might arise? Could there be a performance affect? Might some other thing stop working?

Thanks, Yoav