I am writing a Swing Menu based application. In the Menu I have File->New->Add Person Here Add Person is a form and the new option will have many other forms. When I click on any of this form it has to be added to the menu display area.
My question is how do I add it to the display area. should the display area already consist of any swing container to which I can add my Forms?
Also, note that each of these Forms that I have created are individual JFrames