When I start my Java 3D app using appletviewer (using Java 2 V1.3, Java 3D 1.2)
I get
"WARNING: Canvas3D constructed with a null GraphicsConfiguration."
I never use to get this message. I setup my SimpleUniverse with
Canvas3D canvas3D = new Canvas3D(null);
simpleU = new SimpleUniverse(canvas3D);
Should I do something about this? If so, what? If I don't will it
cause problems?
Bob Gray