diff options
author | Kenneth Russel <[email protected]> | 2008-12-16 01:11:33 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-12-16 01:11:33 +0000 |
commit | ccf8ebfd0f2677270c2b1573d73f1049b33ffd54 (patch) | |
tree | cf3232d784e6bf00f4214225af776db55ab071d2 /src/demos/fullscreen/JGearsFullscreen.java | |
parent | 84156a4c6ae648f51e008d1176409bdcb0b038cd (diff) |
Moved javax.media.opengl.awt.gl2.GL2JPanel (back) to
javax.media.opengl.awt.GLJPanel because the expectation is that the
AWT-based implementation will never need to run on only the ES1 or ES2
subset, and to conform to earlier releases' naming convention.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@304 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/fullscreen/JGearsFullscreen.java')
-rwxr-xr-x | src/demos/fullscreen/JGearsFullscreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/fullscreen/JGearsFullscreen.java b/src/demos/fullscreen/JGearsFullscreen.java index d9d1134..d9e379f 100755 --- a/src/demos/fullscreen/JGearsFullscreen.java +++ b/src/demos/fullscreen/JGearsFullscreen.java @@ -10,7 +10,7 @@ import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; -import javax.media.opengl.awt.gl2.GL2JPanel; +import javax.media.opengl.awt.GLJPanel; import javax.media.opengl.util.Animator; import javax.swing.JButton; import javax.swing.JFrame; |