aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-12-16 07:48:00 +0100
committerSven Gothel <[email protected]>2012-12-16 07:48:00 +0100
commit15735cf6861ad12503875f73eafde8b95932c0a8 (patch)
treefe79e36cff300d61c752989bb1edb1a54338fbfe /src/test
parente92823cddc54b0f4fa71e234061a21de6ee5248c (diff)
MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..
Diffstat (limited to 'src/test')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java
index bb525c949..78677c29b 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java
@@ -77,7 +77,7 @@ public class TestJScrollPaneMixHwLw01AWT extends UITestCase {
}
protected void runTestGL(GLCapabilities caps, boolean useJScroll) throws InterruptedException {
- final JFrame frame = new JFrame("Mix Hw/Lw Swing");
+ final JFrame frame = new JFrame("JScrollPane Mix Hw/Lw Swing");
Assert.assertNotNull(frame);
final Dimension f_sz = new Dimension(600,400);