From 28a54ba2050ee936f6370aa89fccdde23418fcbb Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 12 Nov 2005 01:41:59 +0000 Subject: Minor javadoc changes to GLDrawableFactory. chooseGraphicsConfiguration() suggested by Justin Couch git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@441 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/com/sun') diff --git a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java index 64b4d437c..1243a766a 100644 --- a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java +++ b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java @@ -90,7 +90,7 @@ public class X11GLDrawableFactory extends GLDrawableFactoryImpl { GraphicsDevice device = null; if (absDevice != null && !(absDevice instanceof AWTGraphicsDevice)) { - throw new GLException("This GLDrawableFactory accepts only AWTGraphicsDevice objects"); + throw new IllegalArgumentException("This GLDrawableFactory accepts only AWTGraphicsDevice objects"); } if ((absDevice == null) || -- cgit v1.2.3