From 15735cf6861ad12503875f73eafde8b95932c0a8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 16 Dec 2012 07:48:00 +0100 Subject: MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. --- .../jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') 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); -- cgit v1.2.3