From dd5767445825355f189cddc82886e67fdb1b119b Mon Sep 17 00:00:00 2001 From: kcr Date: Wed, 1 Aug 2007 21:37:58 +0000 Subject: Removed debug print statements --- src/classes/org/jdesktop/j3d/examples/applet3d/Applet3D.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/classes/org/jdesktop/j3d/examples/applet3d/Applet3D.java b/src/classes/org/jdesktop/j3d/examples/applet3d/Applet3D.java index 93e3f3c..e770d8f 100644 --- a/src/classes/org/jdesktop/j3d/examples/applet3d/Applet3D.java +++ b/src/classes/org/jdesktop/j3d/examples/applet3d/Applet3D.java @@ -125,15 +125,12 @@ public class Applet3D extends javax.swing.JPanel { GraphicsDevice graphicsDevice; if (container.getGraphicsConfiguration() != null) { graphicsDevice = container.getGraphicsConfiguration().getDevice(); - System.err.println("graphics device = " + graphicsDevice); } else { graphicsDevice = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice(); - System.err.println("*** using default screen graphics device = ( " + graphicsDevice + " )"); } GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D(); GraphicsConfiguration config = graphicsDevice.getBestConfiguration(template); - System.err.println("graphics config = " + config); Canvas3D c = new Canvas3D(config); -- cgit v1.2.3