Hello All,
this maybe a little bit of topic, but i have the following problem :
i want to remove a canvas3d "c" and want to show a panel "p" instead.
well, its easy to remove the canvas by remove(c), but when i add p
by add("Center", p) the panel is not shown until i changed the size of
the whole application. repaint(), show() etc does not seem to have an
effect.
The other way round, removing a panel and showing an canvas3d works
just fine by remove(p) and add("Center", c)
Any suggestions ?
Best regards,
Uwe mailto:[EMAIL PROTECTED]
===========================================================================
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".