Client needs a GUI application to generate chart from text-based file. In more words, the interface should look like this, left part of screen will be a file list showing all the text files in a specified directory, right part will be several buttons. When user selects one file and clicks on one button the system will generate a chart for user to print and save.
The following is the data format sample:
sample.txt
061--120 15 4 3
121--180 15 5 5
181--240 15 7 5
Any suggestions will be appreciated, thanks
The following is the data format sample:
sample.txt
061--120 15 4 3
121--180 15 5 5
181--240 15 7 5
Any suggestions will be appreciated, thanks