2
|
1 |
FileChooserDemo demonstrates some of the capabilities of the
|
|
2 |
JFileChooser object. It brings up a window displaying several
|
|
3 |
configuration controls that allow you to play with the
|
|
4 |
JFileChooser options dynamically.
|
|
5 |
|
|
6 |
To run the FileChooserDemo demo:
|
|
7 |
|
|
8 |
java -jar FileChooserDemo.jar
|
|
9 |
|
|
10 |
These instructions assume that this installation's version of the java
|
|
11 |
command is in your path. If it isn't, then you should either
|
|
12 |
specify the complete path to the java command or update your
|
|
13 |
PATH environment variable as described in the installation
|
|
14 |
instructions for the Java(TM) SE Development Kit.
|