Hi Qi,

Java 3D components are heavyweight. That is, they have a native (non-Java)
peer that actually does the rendering. This can complicate your GUI
development if you use Java Swing and its all-Java, or lightweight,
components. There are some special workarounds, but in general, lightweight
and heavyweight components don't mix well in the same container objects and
windows. More information on lightweight-heavyweight component problems is
available from
http://java.sun.com/products/jfc/tsc/articles/mixing/index.html.

Best regards,
Law, Yee Wei
CAMTech, NTU, Singapore
http://www.ntu.edu.sg/camtech
Tel: +65 790 4201


-----Original Message-----
From: qi wang [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 23, 2000 2:01 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] java3D and java SWING


Hi,
I wonder whether I can draw 3D graphics in tabbedPane(SWING component), and
whether java3D and SWING are compatible.


Qi
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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