| Author |
Problem with file chooser
|
Trushant Patil
Greenhorn
Joined: Apr 13, 2006
Posts: 7
|
|
HI I am using a jfilechooser for saving a file..i have 3 file filters..the problem occurs when i use a wild characters in the file name ( * / ? < | > : \\ " )....i display a error when the filename contains any of the wild characters.....but in case the name contains '*' or '?' the name entered in the fileName field gets added to the file type(filefilters combobox) instead of displaying error ....How can i avoid this. ie stop searching when characters entered contain '*' or '?'
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
Strange behaviour of JFileChooser
|
 |
Trushant Patil
Greenhorn
Joined: Apr 13, 2006
Posts: 7
|
|
|
Thanks Craig.... the link was quite helpful
|
 |
 |
|
|
subject: Problem with file chooser
|
|
|