posted 18 years ago
Hi Guys
I have a swing form , the left side of the form is constant (plus button minus button and list)
The right side of the form is dynamic,
For example if it�s a person, I will inherit the form and set its right side to controls I choose , the + and � buttons allow me to drop / add a person , and right side will manipulate the person info.
For a car, the right side will contain different types of controls because of the different type of data, but the left side will stay the same, and allow me to manipulate the list .
What is the correct way to make the right side replaceable?
I can use different JFrames for each type of data, but some parts of the window are permanent, and I don�t always know what type of controls will be on the right side .
Thank you
Sharon.
[ July 21, 2006: Message edited by: Sharon whipple ]