src/java.desktop/share/classes/javax/swing/filechooser/package-info.java
changeset 52752 5e7dba63836d
parent 47216 71c04702a3d5
equal deleted inserted replaced
52751:abed2967ec3a 52752:5e7dba63836d
    27  * Contains classes and interfaces used by the {@code JFileChooser} component.
    27  * Contains classes and interfaces used by the {@code JFileChooser} component.
    28  * <p>
    28  * <p>
    29  * <strong>Note:</strong>
    29  * <strong>Note:</strong>
    30  * Most of the Swing API is <em>not</em> thread safe. For details, see
    30  * Most of the Swing API is <em>not</em> thread safe. For details, see
    31  * <a
    31  * <a
    32  * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
    32  * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
    33  * target="_top">Concurrency in Swing</a>,
    33  * target="_top">Concurrency in Swing</a>,
    34  * a section in
    34  * a section in
    35  * <em><a href="http://docs.oracle.com/javase/tutorial/"
    35  * <em><a href="https://docs.oracle.com/javase/tutorial/"
    36  * target="_top">The Java Tutorial</a></em>.
    36  * target="_top">The Java Tutorial</a></em>.
    37  *
    37  *
    38  * <h2>Related Documentation </h2>
    38  * <h2>Related Documentation </h2>
    39  * This document forms the complete API specification. For overviews, tutorials,
    39  * This document forms the complete API specification. For overviews, tutorials,
    40  * examples, guides, and tool documentation, please see:
    40  * examples, guides, and tool documentation, please see:
    41  * <ul>
    41  * <ul>
    42  *     <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
    42  *     <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
    43  *     target="_top">How to Use File Choosers</a>,
    43  *     target="_top">How to Use File Choosers</a>,
    44  *     a section in <em>The Java Tutorial</em></li>
    44  *     a section in <em>The Java Tutorial</em></li>
    45  *     <li>{@extLink i18n_overview Internationalization Overview}</li>
    45  *     <li>{@extLink i18n_overview Internationalization Overview}</li>
    46  *     <li>{@extLink imf_overview Input Method Framework Overview}</li>
    46  *     <li>{@extLink imf_overview Input Method Framework Overview}</li>
    47  * </ul>
    47  * </ul>