plasmavisgroup / PlasmaGraph

System to graph PUPR Plasma data graph via GUI interface. Basically a tabulated grapher, except with a few nuances.
Other
1 stars 0 forks source link

Can't Import Data of files with different headers. #14

Closed Jellyfish-Red closed 10 years ago

Jellyfish-Red commented 10 years ago

Issue Importance: Mid. The problem is as follows: When using the "Import Data" function, the user can't import one data file with one set of headers, and then another data file with a different set of headers.

The reason for this is that the program never checks to see if the user wants to switch from using one set of headers to another.

There are a few ways to fix this, but the one that I want implemented is to add a JMenuItem in the "Data" Drop-down Menu called "Reset Data". The point of this option will be to reset the contents of the HeaderData object so as to allow for a new data file with different headers to be used.

Notes:

Jellyfish-Red commented 10 years ago

The idea regarding appending multiple files was nixed. Too complex, not enough desire by the client.

Closed.