|
From: Aggelos G. <ag...@bi...> - 2004-09-06 15:43:33
|
Dear Francois, Thank you very much for your help. Adding a <control id="contentPane" class="javax.swing.JDesktopPane"> turns the window to an MDI. However adding InternalFrames within this content pane is a little problem If I add the InternalFrame GUI description (e.g. <control id="myInternalFrame" class="javax.swing.JInternalFrame">.etc) in the same xml document, then obviously only one internal frame is added when the MDI application starts. Do you have any idea how we could add internalFrames dynamically (as respond to an event)? One solution could be to describe the internalFrame GUI in a separate xml document, but how we could then use this xml through JGB? Do you have any clue? Have a nice day, Aggelos Georgoulas |