439

Writing program scripts with Java
Creating the Java class

  • The program script must define a public class that extends the Script class

    public class bounce2
        extends Script
    {
        . . .
    }