simonkelly1973 / mdpnp

MD PnP OpenICE
https://www.openice.info
1 stars 0 forks source link

Oximetry test app should remember last file selection location #6

Open simonkelly1973 opened 6 years ago

simonkelly1973 commented 6 years ago

Save the default directory/folder. Set in options or maintain once a file is selected, save the location – best to have it ‘remember’ between executions

simonkelly1973 commented 6 years ago

Simple to implement - add a preferences node, check it during file chooser event handler. This also fixes a potential NullPointerException in the event where user cancels the file chooser dialog.

Fixed in 87a80a3..3020174