Table of contents Chapter index Previous slide Next slide 435
Creating the Java class

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
    
    {
    
        . . .
    
    }