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

Save button & some gui tweaks #84

Closed jfly closed 10 years ago

jfly commented 10 years ago

This addresses #70. After some research, it looks like it's not possible to open up emails with attachments already there. I didn't spend much time looking for a workaround, as we'll eventually move to uploading directly to the wca website.

I also added the TEST_FILE and TEST_JSON_EXPORT variables to WorkbookAssistantFrame for development purposes.

I also copied some code I found onstackoverflow to address this particularly annoying sizing issue with the JSON export window on Windows.

Before:

screenshot 2014-03-01 10 31 58

After:

screenshot 2014-03-01 10 33 22