Update JFrame from JDialog
843806Oct 11 2007 — edited Oct 11 2007Suppose i have a JTable in a JFrame, and user can go to details (JDialog) by double clicking a JTable item.
Now while in the JDialog they can make changes and hit save, I'd like to update the JFrame in the background while the JDialog may need to remain open for other changes.
How can i accomplish this?