FileNameFilter in FileDialog

Hi,
I am developing a UI in which I have to provide Save file option, for this I'm using java.awt.FileDialog in save mode, now I have to filter the file list on certain extension. for this the method setFileNameFilter() of this class is given but it does not seem to work. I am implementing the java.io.FileNameFilter interface and if I am using the same filter with list(FileNameFilter) method of java.io.File class, it is working fine.

the solution or workaround to this problem will be highly appreciated.

manish
[542 byte] By [Manish Verma] at [2007-11-15 19:14:49]
# 1 Re: FileNameFilter in FileDialog
Hello Manish,
I'm getting file extension list in the combobox
of filedialog.Pls send me code if possible.
My e-mail address is vasireddy@email.com
vasi at 2007-11-10 3:01:30 >
# 2 Re: FileNameFilter in FileDialog
Hello Manish,
Sorry,i'm not file extension list.
I'm not getting file extension list in the combobox of filedialog.Pls send me code if possible.
My e-mail address is vasireddy@email.com
vasi at 2007-11-10 3:02:30 >
# 3 Re: FileNameFilter in FileDialog
Hi,
I think u can't add your things to the combobox in the FileDialog. If u need detailed explanation on that
see my reply to the same question.
http://www.dev-archive.net/bbs/wt/showpost.pl?Board=java&Number=1469&page=1&view=collapsed&sb=5#Post1469

regards,
arun...
varbsjava at 2007-11-10 3:03:29 >