aspose file tools
The moose likes Java in General and the fly likes File Manipulation and JTable Class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "File Manipulation and JTable Class" Watch "File Manipulation and JTable Class" New topic
Author

File Manipulation and JTable Class

Richard Mendoza
Ranch Hand

Joined: Feb 26, 2003
Posts: 48
I have created a file that contains five kinds of data namely prodcode, prodname, quantity, price and totalamount.
In my frame, I have a combo box that loads the prodcodes stored in the file. What I want is, if I have chosen a certain prodcode in the combo box, it should load the other details for that prodcode in the JTable.
Can somebody give me a sample code on how am I going to do it?
Please help....
Thanks!

Richard
Ajay Singhal
Ranch Hand

Joined: Jan 10, 2001
Posts: 37
Hi,
i think you need to get your hands on java i/o.
FYI - parse the records into an array and pass it onto JTable. or create a model if you are familiar with and add records using model.
Ajay
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: File Manipulation and JTable Class
 
Similar Threads
JTable
TableCellEditor ComboBox in JTable
A JTable question
MultiComponent JTable
JComboBox in a JTable