-
Bug
-
Resolution: Fixed
-
P4
-
6u3, 7
-
b123
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2163410 | 6u14 | Alexander Potochkin | P4 | Closed | Won't Fix |
The following constructors say that the title is empty while in fact it is null:
java.awt.Dialog(Frame owner)
java.awt.Dialog(Frame owner, boolean modal)
javax.swing.JDialog(Window owner)
javax.swing.JDialog(Window owner, Dialog.ModalityType modalityType)
javax.swing.JDialog(Frame owner, boolean modal)
The following constructor says nothing about the title, but it is null in fact:
JDialog(Dialog owner, boolean modal)
java.awt.Dialog(Frame owner)
java.awt.Dialog(Frame owner, boolean modal)
javax.swing.JDialog(Window owner)
javax.swing.JDialog(Window owner, Dialog.ModalityType modalityType)
javax.swing.JDialog(Frame owner, boolean modal)
The following constructor says nothing about the title, but it is null in fact:
JDialog(Dialog owner, boolean modal)
- backported by
-
JDK-2163410 Title of javax.swing.JDialog is null while spec says it's empty
- Closed
- relates to
-
JDK-6659894 JDialog instance returns unexpected GraphicsConfiguration
- Closed