[EMAIL PROTECTED] wrote:
First, thanks for the quick reply , I thought the problem only with the JDK
6u10 early access but I had a friend that just installed the latest JRE from
java.com and here are his screen shots:
http://nnaass.com/bug/overlep3.jpg
http://nnaass.com/bug/overlep4.jpg
Interesting. My guess would be that we have some
kind of problem with when the hw accelerated
pipeline _isn't_ enabled.
I have been able to reproduce this problem but
only in IE, not Firefox, and only with HW
acceleration disabled.
Another thing regarding the J2D_TRACE_LEVEL environment variable, I can't really see any thing in the applet console after enabled it ! when I run the program as swing it's totally fine, the only problem is, when you start to scroll the page.
Any ideas ?
Yeah, it doesn't output it to the console. Here's what you can do:
- quit your browser
- set J2D_TRACE_LEVEL=4 in the System Properties dialog (Advanced
tab, "Environment Variables" button)
- set J2D_TRACE_FILE=c:\tmp\2d.log variable there as well
(you can point it to whatever file you like)
- start the browser, get to your page, then quit the
browser. The file should contain the output.
- remove both variables from the list
Alternatively, you can just run any Java GUI application -
like SwingSet2 - from the console (cmd.exe), use java.exe,
not javaw.exe - the output will be printed to the console
(don't set the _FILE env. in this case, or the output will
be redirected to that file).
Thanks,
Dmitri
[Message sent by forum member 'alaamurad' (alaamurad)]
http://forums.java.net/jive/thread.jspa?messageID=268622
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".