posted 11 years ago
I want to read the values of csv file and display that in AWT table when start button is pressed. Pressing stop button should stop reading the values. Reset button must be used to clear the table. I am new to AWT. Here is what i have tried.
What I get is not in the form of table. After clicking start button I get blank window. But I want to display the data. Thank you