Re: [JAVA2D] Fullscreen Image Dual-Head

2007-01-16 Thread java2d
As far as I know there was a bug with Java 1.4.2. Should have been fixed in Mustang (1.6). What version are you running it on? For details see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101561 Cheers. [Message sent by forum member 'rah003' (rah003)]

[JAVA2D] Observing slower painting on 1.6?

2007-01-16 Thread java2d
Hello, I have a control that allows a child component to be expanded and hidden from view using an animated effect. Think of opening and closing a drawer from your desk. Anyway, the part of the software that creates the animation effect looks pretty much like this: [code] Rectangle bounds =

[JAVA2D] Black rectangles on screen

2007-01-16 Thread java2d
I'm upgrading to 1.6 and am noticing repainting glitches on some machines some areas on the screen turn black and might or might not repaint correctly when forcing a repaint through resizing. Phenomenon is erratic with random times in between; to be honest I'm not even sure it came with 1.6

Re: [JAVA2D] Black rectangles on screen

2007-01-16 Thread Dmitri Trembovetski
Hello, what application you're seeing this with? Can you reproduce this with the jdk demos (like SwingSet2)? Do you have any non-default flags/properties set (like any of sun.java2d.* properties)? Thanks, Dmitri Java2D Team On Tue, Jan 16, 2007 at 01:09:51PM -0800, [EMAIL