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!

How to create a duplicate component

843806Sep 12 2008 — edited Sep 15 2008
Can any one help me in solving one problem in my application.
I need to use same component i.e a Panel to display in two different panels.

When I am using a panel in two different panels, only at one panel it is displayed.

To give you more details,
I have a panel called panelA.
I wanted to show this panelA in panelB and panelC.
But i could see only in panelC(i.e later added panel).

As per my knowlegde, any component cant be displayed or added to many components in gui.

But i need some solution to this.

Any one can help me..!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2008
Added on Sep 12 2008
13 comments
1,265 views