30

Creating a Java 3D application or applet
HelloUniverse Example Code

  • Set up the frame to draw into
  • public static void main( String[] args )
    {
        new MainFrame( new HelloUniverse( ), 640, 480 );
    }