public void setWidth( float width ) throws DOMException {
this.w = w;
^ should be width
}public void setHeight( float height ) throws DOMException {
this.h = h;
^ should be height
}--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
