This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes JTable Query 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 » Swing / AWT / SWT
Reply Bookmark "JTable Query" Watch "JTable Query" New topic
Author

JTable Query

Vrunda Joshi
Ranch Hand

Joined: Dec 03, 2001
Posts: 104
hallo,
in my application i am using 3 Jtables. 1parent and 2 child tables.
on click of a parent table row i am displaying corresponding values in child table.it works fine.but through my sort option i am sorting the parent table contents.and then if i click on any row in parent table,corresponding data for child table is avilable,but is not displayed in the child table.
i have done,invalidate(),validate().i can retrieve the data,but can not display it in the child tables
can anyone help me,
thanks
-vrunda
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JTable Query
 
Similar Threads
Add and Edit a row
Updation of child table.
Problem in Extending a POJO
Best way to join a parent with many child tables yet preserving all parent table rows
JTable - Selected row