I've got a bit of a problem that I've been chasing for ages and have gotten nowhere. The applet I've written uses a large image (typically in the order of 2000x2000 and up, embedded into a scroll pane) to display large amounts of data graphically. The system works fine, but sometimes the image corrupts as soon as you do some scrolling (i.e. and the paint() method is called).
I can reproduce the problem with a given set of configuration parameters for the applet, but I can't reproduce it on anyone else's laptop. It was doing it on JRE1.5.0_06, so I uninstalled it and installed JRE1.5.0_07 and it still does it. On a colleague's laptop on JRE1.5.0_06 it does not occur. Another is using JRE1.5.0_03 and it does not occur. We noticed that the problem was also more prevalent in 1.5.0_05. This sounds like it might be a local issue, but I am completely stumped.
Does anyone have any ideas why this might happen?
Image corruption on some systems
Started by
Guest_roger_*
, Jun 01 2006 08:13 AM
2 replies to this topic
#1
Guest_roger_*
Posted 01 June 2006 - 08:13 AM
Guest_roger_*
|
|
|
#2
Posted 02 June 2006 - 06:57 AM
Perhaps it's not code related, but hardware/driver issues. Try updating your video drivers. If you're using Windows, try disabling HW acceleration as well.
#3
Posted 02 June 2006 - 11:15 AM
I was thinking the same thing as brackett. I see the same problem on certain webpages with my desktop computer. Update your drivers and disable HW acceleration like brackett said.


Sign In
Create Account

Back to top










