Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6639507

Title of javax.swing.JDialog is null while spec says it's empty

XMLWordPrintable

    • b123
    • generic
    • generic
    • Verified

        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)

              rupashka Pavel Porvatov (Inactive)
              dbessono Dmitry Bessonov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: