I would like to design side bar some thing like below , by using drag and drop to design the side menu, if the cursor has pointed on it, the tree list appears from this menu.
When cursor has pointed on "projects"in the LH, the tree list in RH appear.
From the description, it seems a JTabbedPane
(appropriately configured to show the tabs down the side) is the way to implement this.