Hi Juergen

> I want to use an internalFrame instead of a normal JFrame when I click in my
> Toolbar on a button, but JInternalFrame is an Lightweight object and my GUI
> is heavyweight.
> I've searched for a solution , by example setting the leightweight of the
> JInternalFrame to false but that doesn't exists with internal frame .
>
> Is there a solution for my problem?
Hmm well what's your exact problem? I'm using JInternalFrames also
actually three at the same time. The only problem is you have to be
careful that they don't overlap with the other components I solved this by
using SplitPlanes.

EOF,
 J.D.

--
Jmark2k+1 (http://www.antiflash.net/jmark)
Test the performance of your PC online!

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to