jdk/src/share/classes/javax/swing/JOptionPane.java
changeset 22260 c9185e010e03
parent 21982 fd6e5fe509df
child 22574 7f8ce0c8c20a
--- a/jdk/src/share/classes/javax/swing/JOptionPane.java	Thu Dec 05 15:49:53 2013 -0500
+++ b/jdk/src/share/classes/javax/swing/JOptionPane.java	Fri Jan 10 09:24:47 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -131,7 +131,7 @@
  * <b>Parameters:</b><br>
  * The parameters to these methods follow consistent patterns:
  * <blockquote>
- * <dl compact>
+ * <dl>
  * <dt>parentComponent<dd>
  * Defines the <code>Component</code> that is to be the parent of this
  * dialog box.
@@ -149,7 +149,7 @@
  * <code>String</code> constant.
  * However, the type of this parameter is actually <code>Object</code>. Its
  * interpretation depends on its type:
- * <dl compact>
+ * <dl>
  * <dt>Object[]<dd>An array of objects is interpreted as a series of
  *                 messages (one per object) arranged in a vertical stack.
  *                 The interpretation is recursive -- each object in the
@@ -187,7 +187,7 @@
  * <code>String</code>s. But
  * the parameter type is an array of <code>Objects</code>.
  * A button is created for each object depending on its type:
- * <dl compact>
+ * <dl>
  * <dt>Component<dd>The component is added to the button row directly.
  * <dt>Icon<dd>A <code>JButton</code> is created with this as its label.
  * <dt>other<dd>The <code>Object</code> is converted to a string using its