BF[2548885] search window problem

- remove window close button ( the little x icon at top right corner )
This commit is contained in:
Heng Sin Low 2009-04-27 06:48:05 +00:00
parent 51418f8a93
commit 93a037edf4
1 changed files with 209 additions and 209 deletions

View File

@ -210,7 +210,7 @@ public class FindWindow extends Window implements EventListener,ValueChangeListe
this.setWidth("700px");
this.setTitle(Msg.getMsg(Env.getCtx(), "Find").replaceAll("&", "") + ": " + title);
this.setAttribute(Window.MODE_KEY, Window.MODE_MODAL);
this.setClosable(true);
this.setClosable(false);
this.setSizable(true);
}
/**