You need to sign in or sign up before continuing.
提交 450db988 编写于 作者: D denis

8004341: Two JCK tests fails with 7u11 b06

Reviewed-by: serb, skoivu
上级 121b9955
......@@ -1638,12 +1638,13 @@ public class Dialog extends Window {
if (localModalityType == null) {
this.modal = fields.get("modal", false);
setModal(modal);
} else {
this.modalityType = localModalityType;
}
this.resizable = fields.get("resizable", true);
this.undecorated = fields.get("undecorated", false);
this.title = (String)fields.get("title", "");
this.modalityType = localModalityType;
blockedWindows = new IdentityArrayList<>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册