Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Update JFrame from JDialog

843806Oct 11 2007 — edited Oct 11 2007
Suppose 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2007
Added on Oct 11 2007
3 comments
117 views