438

Writing program scripts with Java
Importing packages for the Java class

  • The program script file must import the VRML packages:
  • Supplied by the VRML browser vendor
  • import vrml.*;
    import vrml.field.*;
    import vrml.node.*;