Hello All,
I need some help with my code. I am using visual age for
Java to construct the Gui but have come to a stop now as i'm having trouble.
The problem that I have is I want to be able to set the ampunt of rows in my JTable to the size of the file, so if the file has 50 lines going down I want the JTable rows to resize to 50.
My code so far, when you click on the browse button the JFilechooser pane shows up. I then read in my file that I want to read in. in this case it is a csv file, but that is as far as I have got.
The Jtable rows do not resize to the size of the file.
so could someone please be so kind as to direct me in the right direction or even adjust my code to how it should be
Thanks
Ben