Anonymous Login

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000124SKGB-offlineguipublic2017-01-30 00:32
Reporteraj 
Assigned Toaj 
PriorityhighSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
Projectionmajor reworkETA< 1 month 
PlatformWindowsOSJavaOS Version7
Product Version0.2.5Product Build 
Target Version0.3Fixed in Version0.3 
Summary0000124: Automatically add ".csv" to out file name if no extension given
DescriptionJava / Windows 7 doesn't seem to ensure that the AWT Save dialog has the proper extension set. If the file name provided by AWT doesn't end in ".csv", let's just add ".csv" so that downstream clients don't choke.
Additional InformationOS X 10.6 handles this very well. Preferably keep that as is.
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0004918

aj (manager)

requires checking for existing file with that name

~0004919

aj (manager)

see http://java.dzone.com/news/native-dialogs-swing-little for an interesting approach

~0004920

aj (manager)

Last edited: 2014-09-06 22:41

View 2 revisions

Turned out to be difficult because Swing sucks and Windows sucks. Surprisingly enough, Windows turned out to suck less than Swing does. :-(

fixed in r734

+Notes