Re: Separate parent and child frames
Posted By:
Suresh_G
Posted On:
Monday, June 23, 2008 12:36 PM
Hi,
How u r displaying the data in the main window ? in JTable ?
If it is in JTable, create list of objects and render that object list in parent window.Then use the same list in the child windows and edit the data.Just do a repaint call on your parent window. That's it.
thanks
suresh