Java Programming

How can i invoke a JAVA swing application within another JAVA swing applicationMessage was edited by: Chadhag
[130 byte] By [Chadhaga] at [2007-11-26 16:48:08]
# 1
TheOtherJavaApp.main(someArgsInAStringArrayOrNull);
CeciNEstPasUnProgrammeura at 2007-7-8 23:15:39 > top of Java-index,Java Essentials,New To Java Technology Archive...
# 2
I want to open the GUI Application within the GUI,say within the same form,not another GUI form
Chadhaga at 2007-7-8 23:15:39 > top of Java-index,Java Essentials,New To Java Technology Archive...
# 3

> I want to open the GUI Application within the

> GUI,say within the same form,not another GUI form

Well, you don't want to invoke the other application in that case. You only want to use some classes of the other application, and that can only be done if that application is modular.

Kaj

kajbja at 2007-7-8 23:15:39 > top of Java-index,Java Essentials,New To Java Technology Archive...
# 4
No its not using some classes..Actually i want my current GUI to be partioned (say one for selecting a list of GUI applications and other for displaying them) and depending on selection some other GUI is loaded into another partiton(not in a new window).
Chadhaga at 2007-7-8 23:15:39 > top of Java-index,Java Essentials,New To Java Technology Archive...