Re: simple help about JFileChooser
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
dreamtackler@gmail.com schreef:
| public void aaa(){
| JFileChooser chooser=new JFileChooser();
| chooser.setFileFilter(new FileFilter() {
| public boolean accept(File f) {
| String fileName = f.getName().toLowerCase();
| return fileName.endsWith(".txt") || f.isDirectory();
| }
| public String getDescription() {
| return "Text Files";
| }
| });
| chooser.showOpenDialog(this);
| }
|
| oh,god ,i am sure there is no mistake in my mthhod on case sensitive.
| i just copy it from a class to another class .and it go wrong and the
| IDE
| said that in javax.swing.JFileChooser can't applied to (<anonymous
|> | java.io.fileFilter>).
I asked you to copy over the ERROR MESSAGE. The above definitely is not
what your compiler or IDE is telling you, or it must be a very bad one.
Did you read the link below? Note that it is very much appreciated here
if at least you try to use proper English.
H.
- --
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFIEytIe+7xMGD3itQRAjh4AJsEb+35V2vn6Y19GXpE5sEWwIL6xgCfUEJA
yxL5vM/0vtC/W8z1EwU2hig=
=+7yf
-----END PGP SIGNATURE-----