I got the concept of sharing the table model in the same frame between 2 components, but how can i share the table model on 2 frames? say i want table1 to be displayed on JFrame1 and table 2 with different data to be displayed on JFrame2.
Any help will be greatly appreciated. Thanks!
sharing table model between 2 framesRekha June 2, 2011 at 6:34 PM
I got the concept of sharing the table model in the same frame between 2 components, but how can i share the table model on 2 frames? say i want table1 to be displayed on JFrame1 and table 2 with different data to be displayed on JFrame2. Any help will be greatly appreciated. Thanks!
Post your Comment