-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: client-libs
-
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.