# ===========================================================================
#  Licensed Materials - Property of IBM
#  "Restricted Materials of IBM"
#
#  IBM SDK, Java(tm) Technology Edition, v5
#  (C) Copyright IBM Corp. 1998,2005. All Rights Reserved
#
#  US Government Users Restricted Rights - Use, duplication or disclosure
#  restricted by GSA ADP Schedule Contract with IBM Corp.
# ========================================================================

FileChooserDemo demonstrates some of the capabilities of the Swing
JFileChooser object.  It brings up a window displaying several configuration
controls that allow you to play with the JFileChooser options dynamically.

To run the FileChooserDemo demo on 1.5 <all platforms>:
  java -jar FileChooserDemo.jar

