thewca / wca-workbook-assistant

Java application for processing Excel workbooks with WCA competition results for uploading them to the WCA database
7 stars 4 forks source link

File choosers should have a shared working directory #87

Closed jazzthief81 closed 10 years ago

jazzthief81 commented 10 years ago

There are currently three file choosers in the application:

In a typical workflow the user needs to use these three file choosers at least once and each of them start at the default location chosen by Java, which means the user probably needs to browse to the correct location several times.

It would be better if the application remembers the last opened directory in any file chooser and makes all file choosers default to that directory.