Table of contents Chapter index Previous slide Next slide 434
Importing packages for the Java class

Writing program scripts with Java
Importing packages for the Java class
  • The program script file must import the VRML packages:

    import vrml.*;
    import vrml.field.*;
    import vrml.node.*;