on up back w3c Fifth International World Wide Web Conference

Mortgage Applet (4)

    public boolean action(Event evt, Object arg)
    {   if (evt.target == OK) {
            this.update();
            return true;
        }
        else return false;
    }


Java - An Introductory Language Tutorial (E.A.Johnson)