jdk/src/java.desktop/share/classes/javax/swing/filechooser/package.html
changeset 38388 84ab1f133f16
parent 25859 3317bb8137f4
equal deleted inserted replaced
38387:ea8cc6a2fef2 38388:84ab1f133f16
    35 <p>
    35 <p>
    36 <strong>Note:</strong>
    36 <strong>Note:</strong>
    37 Most of the Swing API is <em>not</em> thread safe.
    37 Most of the Swing API is <em>not</em> thread safe.
    38 For details, see
    38 For details, see
    39 <a
    39 <a
    40 href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html"
    40 href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
    41 target="_top">Threads and Swing</a>,
    41 target="_top">Concurrency in Swing</a>,
    42 a section in
    42 a section in
    43 <em><a href="http://java.sun.com/docs/books/tutorial/"
    43 <em><a href="http://docs.oracle.com/javase/tutorial/"
    44 target="_top">The Java Tutorial</a></em>.
    44 target="_top">The Java Tutorial</a></em>.
    45 
    45 
    46 
    46 
    47 <h2>Related Documentation </h2>
    47 <h2>Related Documentation </h2>
    48 
    48 
    49 This document forms the complete API specification.  For overviews, tutorials,
    49 This document forms the complete API specification.  For overviews, tutorials,
    50 examples, guides, and tool documentation, please see:
    50 examples, guides, and tool documentation, please see:
    51 <ul>
    51 <ul>
    52   <li><a href="http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html" target="_top">How to Use File Choosers</a>,
    52   <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html" target="_top">How to Use File Choosers</a>,
    53       a section in <em>The Java Tutorial</em>
    53       a section in <em>The Java Tutorial</em>
    54   <li><a href="../../../../technotes/guides/intl/index.html"
    54   <li><a href="../../../../technotes/guides/intl/index.html"
    55       target="_top">Internationalization Documentation</a>
    55       target="_top">Internationalization Documentation</a>
    56 
    56 
    57   <li><a href="../../../../technotes/guides/imf/index.html"
    57   <li><a href="../../../../technotes/guides/imf/index.html"