jdk/src/java.desktop/share/classes/javax/swing/border/package.html
changeset 27280 aef87d3ee9cd
parent 25859 3317bb8137f4
equal deleted inserted replaced
27279:a5914bdb193c 27280:aef87d3ee9cd
    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 
    49 
    50 <h2>Related Documentation</h2>
    50 <h2>Related Documentation</h2>
    51 
    51 
    52 For overviews, tutorials, examples, guides, and tool documentation, please see:
    52 For overviews, tutorials, examples, guides, and tool documentation, please see:
    53 <ul>
    53 <ul>
    54   <li><a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html"
    54   <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html"
    55       target="_top">How to Use Borders</a>,
    55       target="_top">How to Use Borders</a>,
    56       a section in <em>The Java Tutorial</em>
    56       a section in <em>The Java Tutorial</em>
    57 </ul>
    57 </ul>
    58 
    58 
    59 
    59