< prev index next >

src/java.desktop/share/classes/javax/swing/undo/UndoManager.java

Print this page

        

@@ -56,11 +56,12 @@
  * following edits: <b>A</b> <i>b</i> <i>c</i> <b>D</b>.  Edits with a
  * upper-case letter in bold are significant, those in lower-case
  * and italicized are insignificant.
  * <p>
  * <a id="figure1"></a>
- * <table border=0 summary="">
+ * <table class="borderless">
+ * <caption style="display:none">Figure 1</caption>
  * <tr><td>
  *     <img src="doc-files/UndoManager-1.gif" alt="">
  * <tr><td style="text-align:center">Figure 1
  * </table>
  * <p>

@@ -69,11 +70,12 @@
  * results in invoking <code>undo</code> on <b>D</b> and setting the
  * index of the next edit to 3 (edit <i>c</i>), as shown in the following
  * figure.
  * <p>
  * <a id="figure2"></a>
- * <table border=0 summary="">
+ * <table class="borderless">
+ * <caption style="display:none">Figure 2</caption>
  * <tr><td>
  *     <img src="doc-files/UndoManager-2.gif" alt="">
  * <tr><td style="text-align:center">Figure 2
  * </table>
  * <p>

@@ -81,11 +83,12 @@
  * <code>undo</code> again invokes <code>undo</code> on <i>c</i>,
  * <i>b</i>, and <b>A</b>, in that order, setting the index of the
  * next edit to 0, as shown in the following figure.
  * <p>
  * <a id="figure3"></a>
- * <table border=0 summary="">
+ * <table class="borderless">
+ * <caption style="display:none">Figure 3</caption>
  * <tr><td>
  *     <img src="doc-files/UndoManager-3.gif" alt="">
  * <tr><td style="text-align:center">Figure 3
  * </table>
  * <p>

@@ -107,11 +110,12 @@
  * by it (<code><i>e</i>.replaceEdit(<i>c</i>)</code> returns true),
  * the new edit is added after <i>c</i>, as shown in the following
  * figure.
  * <p>
  * <a id="figure4"></a>
- * <table border=0 summary="">
+ * <table class="borderless">
+ * <caption style="display:none">Figure 4</caption>
  * <tr><td>
  *     <img src="doc-files/UndoManager-4.gif" alt="">
  * <tr><td style="text-align:center">Figure 4
  * </table>
  * <p>
< prev index next >