<window id="loginWin" title= "Login" visible="false" closable="true" border="normal"/>
如果沒有 title 的話 closable 會失效。
如果想要 Window 能在關上後重複打開,需要自己 override onClose 屬性
onClose="self.setVisible(false); event.stopPropagation()"event.stopPropagation() 可以停止事件把 Window 物件拋棄掉。
No comments:
Post a Comment