1. Does anyone outthere have any experience creating Java3D beans, esp. how to serialize the pieces in a 3d program, for example, scene, transform3d, transformTG...? Some of the transformTG in my program need to have ALLOW_WRITE, ALLOW_READ on. I followed the javaBean tutorial and modified one of my java3d programs into a javabean. It can show up in the beanbox allright, but, it generates some serialization errors at the same time, like the ones below: java.io.NotSerializableException: sun.awt.Win32GraphicsConfig at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:845) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:342) at java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1567) 2. Can anyone give me any comment on what are those tools (i.e. JBuilder, Visual cafe, ...) are java3d -> javabean friendly? Thanks in advance for any help. ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.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".