> Date: Tue, 4 Jun 2002 19:00:47 +0200 > From: =?ISO-8859-1?Q?Ra=FAl?= <[EMAIL PROTECTED]> > > Hi Mark, > I have probed the example you gave me with the option you told me and > its works perfectly. > > However I thought that option was only to use with DirectX version and > not with openGL. Will it works on a non DirectX system like linux???
Actually, the AWT folks told us that the -Dsun.java2d.noddraw=true was needed for OpenGL clients, not DX. I don't really have a lot of insight into the problem though. I believe the problem is only for Windows systems were AWT uses DX to render some of its components. I don't think it should be an issue for non-DX systems such as Linux, assuming you can even enter fullscreen exclusive mode on Linux systems. > how can I pass that option to my applet? The option is a Java runtime parameter, so it needs to be given the JVM on startup. I don't believe there is any way to pass it to an applet, other than specifying the option in the "Java Runtime Parameters" box under the "Advanced" tab of the Java plug-in control panel. -- Mark Hood =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
