}
public void removeOverlay( String id ) {
// TODO We need to convert ths to use the common interface method,
// once they become available
GwtXulDomContainer container = (GwtXulDomContainer) getXulDomContainer();
try {
container.removeOverlay( id );
} catch ( XulException e ) {
// TODO Auto-generated catch block
e.printStackTrace();
}