equal
deleted
inserted
replaced
38 <p> |
38 <p> |
39 <strong>Note:</strong> |
39 <strong>Note:</strong> |
40 Most of the Swing API is <em>not</em> thread safe. |
40 Most of the Swing API is <em>not</em> thread safe. |
41 For details, see |
41 For details, see |
42 <a |
42 <a |
43 href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html" |
43 href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html" |
44 target="_top">Threads and Swing</a>, |
44 target="_top">Concurrency in Swing</a>, |
45 a section in |
45 a section in |
46 <em><a href="http://java.sun.com/docs/books/tutorial/" |
46 <em><a href="http://docs.oracle.com/javase/tutorial/" |
47 target="_top">The Java Tutorial</a></em>. |
47 target="_top">The Java Tutorial</a></em>. |
48 |
48 |
49 @see javax.swing.text.html.HTMLEditorKit.ParserCallback |
49 @see javax.swing.text.html.HTMLEditorKit.ParserCallback |
50 @since 1.2 |
50 @since 1.2 |
51 @serial exclude |
51 @serial exclude |