-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b23
-
generic
-
generic
javax.swing.JOptionPane.showInternalConfirmDialog throws RuntimeException when parentComponent is null.
According to specification: parentComponent - determines the Frame in which the dialog is displayed; if null, or if the parentComponent has no Frame, a default Frame is used.
But method throws RuntimeException when parentComponent is null.
According to specification: parentComponent - determines the Frame in which the dialog is displayed; if null, or if the parentComponent has no Frame, a default Frame is used.
But method throws RuntimeException when parentComponent is null.