//com.hermetica.magician.GLUQuadric glpQ; glpQ = new com.hermetica.magician.GLUQuadric(); gl.glRotatef( -52.0f, 1.0f, 0.0f, 0.0f ); gl.glRotatef( -194.0f, 0.0f, 1.0f, 0.0f ); for( float i = -0.6f; i < 1.9f; i += 0.2f ) { glu.gluSphere( glpQ, 0.1f, 20, 20); gl.glTranslatef( i, 0.4f , 0.45f ); } glu.gluDeleteQuadric(glpQ); //access the public variables of the test classs print( "roateX="+my.rotateX ); print( "roateY="+my.rotateY );