There is a bug #4296616 in Sun's bug database that sounds like the same
thing as this.  Sun has not responded to the bug.  (If you look at the bug
posting, I am 'moocow')

This problem does not occur for 1.1.x JVM's with Swing 1.1 as far as I know;
it does occur with 1.2 JVM's.  The way I got around this is to pass a
property into the VM at startup: -Dsun.java2d.noddraw 

I assume this means that direct draw is not used and that the GDI api is
used instead, but don't quote me on that.  My team has yet to test sharing
with our application (using this property) enough to say that this doesn't
break anything else (in drawing code I'd assume...) but the sharing appears
to work...

Good luck.

-----Original Message-----
From: Karl Lilja [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 13, 2000 12:33 PM
To: [EMAIL PROTECTED]
Subject: [NetMeeting] Sharing Java applications - no/little refresh rate



Anyone knows how to share java applications
and get the graphics properly refreshed.
I am using lightweight swing and the only way
to refresh is to move another window over the
graphics (paint....) - Any clues?

Karl Lilja
-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------

-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------

Reply via email to