Frame f = new Frame();
DOM.setIntAttribute(f.getElement(), "frameBorder", 0);
I think it would be better to add a method for this instead of having
to use a DOM call. It would avoid some confusion by adding this to the
API.
f.setFrameBorder(false);
Rob