|
From: Christian R. <cre...@we...> - 2006-10-18 11:23:13
|
What I usually like to do in this case is to make the windows of the
sub-application (in this case, the Java app) the children of a window
of the main application. This works quite nicely, at least on
Windows. Get the window handle for your perl wxWindow, then use it to
create a "fake" window object in Java that you use as parrent for all
Java windows.
Regards,
Christian
--
cr...@we... - http://christian.web42.com - http://www.web42.com/crenz/
"Everyone feels benevolent if nothing happens to be annoying him at the
moment." -- C.S. Lewis, The Problem of Pain
|