< prev index next >

src/java.desktop/share/classes/javax/swing/filechooser/package.html

Print this page




  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 
  31 <body bgcolor="white">
  32 
  33 Contains classes and interfaces used by the <code>JFileChooser</code> component.
  34 
  35 <p>
  36 <strong>Note:</strong>
  37 Most of the Swing API is <em>not</em> thread safe.
  38 For details, see
  39 <a
  40 href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html"
  41 target="_top">Threads and Swing</a>,
  42 a section in
  43 <em><a href="http://java.sun.com/docs/books/tutorial/"
  44 target="_top">The Java Tutorial</a></em>.
  45 
  46 
  47 <h2>Related Documentation </h2>
  48 
  49 This document forms the complete API specification.  For overviews, tutorials,
  50 examples, guides, and tool documentation, please see:
  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>,
  53       a section in <em>The Java Tutorial</em>
  54   <li><a href="../../../../technotes/guides/intl/index.html"
  55       target="_top">Internationalization Documentation</a>
  56 
  57   <li><a href="../../../../technotes/guides/imf/index.html"
  58       target="_top">Input Method Framework Documentation</a>
  59 </ul>
  60 
  61 @since 1.2
  62 @serial exclude
  63 
  64 </body>
  65 </html>


  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 
  31 <body bgcolor="white">
  32 
  33 Contains classes and interfaces used by the <code>JFileChooser</code> component.
  34 
  35 <p>
  36 <strong>Note:</strong>
  37 Most of the Swing API is <em>not</em> thread safe.
  38 For details, see
  39 <a
  40 href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
  41 target="_top">Concurrency in Swing</a>,
  42 a section in
  43 <em><a href="http://docs.oracle.com/javase/tutorial/"
  44 target="_top">The Java Tutorial</a></em>.
  45 
  46 
  47 <h2>Related Documentation </h2>
  48 
  49 This document forms the complete API specification.  For overviews, tutorials,
  50 examples, guides, and tool documentation, please see:
  51 <ul>
  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>
  54   <li><a href="../../../../technotes/guides/intl/index.html"
  55       target="_top">Internationalization Documentation</a>
  56 
  57   <li><a href="../../../../technotes/guides/imf/index.html"
  58       target="_top">Input Method Framework Documentation</a>
  59 </ul>
  60 
  61 @since 1.2
  62 @serial exclude
  63 
  64 </body>
  65 </html>
< prev index next >