60616263646566
} public void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException { super.fireVetoableChange(new TypedChangeEvent(source, propertyName, oldValue, newValue)); }