Name: rmT116609 Date: 09/16/2001
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
at javax.swing.filechooser.FileView, in the java doc comments it says:
* For an example implementation of a simple file filter, see
* <code><i>yourSDK</i>/demo/jfc/FileChooserDemo/ExampleFileView.java</code>.
seem to have gotten that via copy/paste with small modification from
javax.swing.filechooser.FileFilter and forgot to change the word "filter"
to "view"
it should say "example... of a simple file view", not "example... of a simple
file filter" as it does now
(Review ID: 132008)
======================================================================