jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/package.html
changeset 38388 84ab1f133f16
parent 25859 3317bb8137f4
equal deleted inserted replaced
38387:ea8cc6a2fef2 38388:84ab1f133f16
    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