Swing - Handling multiple forms in swing

Hi,How do we handle multiple forms in swing. I have a main JFrame with JMenu in it. How do I create multiple forms and then execute them according to the JMenu Event.regards,Jatin
[207 byte] By [Jatin_Kulkarnia] at [2007-11-26 23:07:48]
# 1
Are you asking about MDI ? http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html
it_senthilkumara at 2007-7-10 14:02:12 > top of Java-index,Desktop,Core GUI APIs...