|
From: Johannes S. (JIRA) <no...@sp...> - 2008-10-29 21:06:00
|
FileChooserUtils should add file extension automatically
--------------------------------------------------------
Key: RCP-580
URL: http://jira.springframework.org/browse/RCP-580
Project: Spring Rich Client Project
Issue Type: New Feature
Reporter: Johannes Schneider
FileChooserUtils#showFileChooser should append the file suffix automatically if the user didn't add it.
something like (pseudo):
if (!file.getName().endsWith(suffix)){
file.getName()+suffix;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|