Hi,
I'm trying to find out how to do the following :
I want to have a menu (that is continuously visible during the lifecycle of the application) at the left side of the screen in the form of a JTree.
This menu should also be my startingPage.
When a selection is made in this tree a view (or dialog) should be displayed to the right of this menu-tree.
(like a BorderLayout with the menu at WEST and the main view in CENTER)
Can someone point me in the right direction ?
Tx for your help.
Roger.


Reply With Quote