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