summaryrefslogtreecommitdiffstats
path: root/src/demos/fullscreen/JGearsFullscreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/fullscreen/JGearsFullscreen.java')
-rwxr-xr-xsrc/demos/fullscreen/JGearsFullscreen.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/demos/fullscreen/JGearsFullscreen.java b/src/demos/fullscreen/JGearsFullscreen.java
index b42718e..84c79b7 100755
--- a/src/demos/fullscreen/JGearsFullscreen.java
+++ b/src/demos/fullscreen/JGearsFullscreen.java
@@ -13,7 +13,10 @@ import demos.util.*;
*
* This version is equal to Brian Paul's version 1.2 1999/10/21 <P>
*
- * Illustrates usage of GLJPanel in full-screen mode.
+ * Illustrates usage of GLJPanel in full-screen mode. On Windows this
+ * demo should be run with the system property
+ * -Dsun.java2d.noddraw=true specified to prevent Java2D from using
+ * DirectDraw, which is incompatible with OpenGL at the driver level.
*/
public class JGearsFullscreen {