Hi, I am going to read a data file to plot a graph.I follow the steps as:
1) choose file, then return file name.
2)to process data by calling the file created in step 1 in another class
3)drawing in an
applet.
My question is after I select the file, click ok.Then machine dies and the file chooser dialog is still there. What is wrong with my logic?
Thanks