Re: FileDialog.setFilenameFilter()



"Martijn Mulder" <i@m> wrote in message
news:42c2a91b$0$22507$dbd4d001@xxxxxxxxxxxxxxxxxx
> > I let my class implement the FilenameFilter interface and <snip>
>
>
>
> You know what? I'll use JFileChooser instead.
>
>
>
> Where would I be without this newsgroup...

Unfortunately JFileChooser has it's own trouble like poor performance and
doesn't really 'feel' like a native widget.

Always be sure to use the native LookAndFeel or it will look so crap you
eyes will pop out.

~~~
try
{

UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
}
catch (Exception exc)
{
// we failed miserably
}
~~~

Anyway, I wish you luck


.



Relevant Pages

  • Re: FileDialog.setFilenameFilter()
    ... > I let my class implement the FilenameFilter interface and <snip> ... I'll use JFileChooser instead. ... Where would I be without this newsgroup... ... Prev by Date: ...
    (comp.lang.java.gui)
  • Re: Load the files from a directory
    ... so when I select the directory from the JFileChooser it give ... > implementation on top of JTable, but hides all the complexities and ... > allows to use the JTable methods. ... Prev by Date: ...
    (comp.lang.java.gui)
  • filedialog for ftp server files
    ... ftp server - something like a JFileChooser? ... Thanks, Ike ... Prev by Date: ...
    (comp.lang.java.programmer)
  • JFileChooser, defaulting Detail View on startup
    ... In JFileChooser, how do I default the view into Detail View when I ... start my GUI? ... Thierry ... Prev by Date: ...
    (comp.lang.java.gui)