Opening a GUI application in another GUI application

Dear all,

I am trying to develope a program with different GUIs. The main page of application should call another GUIs by selecting an item of menu or pressing a button. The GUIs that is called from the main GUI are already tested and are working fine. But when calling the second GUI from the first GUI the program hangs despite that both the application GUIs are just working fine when calling separately.

Do you have any idea.

Second question: How can code that the second GUI is opened in the first one when opening the second GUI

Thanks in advance

hamhey

[598 byte] By [hamheya] at [2007-10-3 3:30:57]
# 1
Second question: How can code that the second GUI is opened in the first one when opening the second GUIwhat u need is create a panel inside first formThen Load second form into panel of first, u cannot directly load second form to the first.
vipuluckya at 2007-7-14 21:24:56 > top of Java-index,Java Essentials,Java Programming...