--- old/src/java.desktop/share/classes/javax/swing/JOptionPane.java 2017-05-12 16:11:41.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JOptionPane.java 2017-05-12 16:11:41.000000000 -0700 @@ -73,12 +73,16 @@ * showXxxDialog methods shown below: *
* - * - * + *
+ * + * * * * * + * + * * * * @@ -95,6 +99,7 @@ * * * + * *
Common JOptionPane method names and their + * descriptions
Method NameDescription
showConfirmDialogAsks a confirming question, like yes/no/cancel.showOptionDialogThe Grand Unification of the above three.
* *
@@ -107,7 +112,8 @@ * All dialogs are modal. Each showXxxDialog method blocks * the caller until the user's interaction is complete. * - * + *
+ * * * * @@ -121,7 +127,7 @@ *
Common dialog
iconmessage
* * The basic appearance of one of these dialog boxes is generally - * similar to the picture at the right, although the various + * similar to the picture above, although the various * look-and-feels are * ultimately responsible for the final result. In particular, the * look-and-feels will adjust the layout to accommodate the option pane's