Have you tried calling the Component class validate() method?  I'm pretty
sure this will fix your problem, not positive though.

----- Original Message -----
From: Uwe Trostheide <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 25, 1999 10:39 AM
Subject: [JAVA3D] Panel instead of canvas3d ?


> 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".
>

===========================================================================
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