Calling a JPanel to JInternalFrame.
Hi guys,
I am building an MDI application. I Have a jButton (call NEW) to bring out the JInternalFrame(call FRAME_A) to the JDeskTopPanel(jDeskTopPane1). I have another jButton(call XX). This xx button will insert a JPanel(jPane1) into Frame_A (contain a jSplitPane) RightComponent when press. What coding should i need to write in order for jPane1 insert into Frame_A RightComponent.
By the way I am using Netbeans 5.5
Thanks.
Regards,
Jimmy

