w.setModal(true);
w.setResizable(false);
w.setBodyBorder(false);
w.setLayout(new FillLayout());
w.setWidth(700);
w.add(new FormQuickRemotePublication() {
public void onRemotePublicationCreated() {
linker.refresh(EditLinker.REFRESH_ALL);
}
});
w.setScrollMode(Style.Scroll.AUTO);