Creating Jtable and reading a txt file of numerical data
Hello,
I am very new to java and netbeans.
I have problem with in making jtable read a txt file with numerical data.
The txt file contains the data in following format.
-------------------------------
title1 title2 title3 title4 title5
123 123 123 123 123
. . . . .
. . . . .
-------------------------------
I created jtable but dont know how to write code for making this data read by the jtable. the data is very huge...
This Assignment is to be made in NETBEANS RCP.
After making the data read by the jtable I have to use jfree chart to create graph for 1st column vs 2nd column, 1st column vs 3rd column and so on..
Please any one kindly help me...