I am new in swing. I want to create a PARENT-CHILD JFRAME, i.e I need a jpanel content side menu(tree menu) always common for all JFRAME. How can i inherit this.
Need your valuable suggestion.
Consider using a JSplitPane with a JTree as its left component and a JPanel with a CardLayout as its right component. Oh, and don't use multiple JFrames. One is enough.
luck, db
There are no new questions, but there may be new answers.
Avik Ghosh
Greenhorn
Joined: Jun 21, 2011
Posts: 2
posted
0
@Darryl thankx.
If you please elaborate with some sample code..it will be great full for me.
Ho can i use the same tree menu for all JFRAMEs.
Thankx in advance