I am using Jfilechooser. On clicking on any character I need to implement file name suggestion.
For example: If I entered T then it should suggest all files that begins with character T.
Please suggest how to implement this?
Thanks,
Rakesh
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> I am using Jfilechooser. On clicking on any character...
I am using Jfilechooser. On clicking on any character I need to implement file name suggestion.
For example: If I entered T then it should suggest all files that begins with character T.
Please suggest how to implement this?
Thanks,
Rakesh
As far as I know, currently the JFileChooser does not have any API that supports implement your requested feature. You should alter the source code of the JFileChooser class.