ZACZEK, MARIUSZ P. (JSC-DM) (NASA) wrote:
Hi, I was wondering if anyone experience flicker on the SWING side while animating something in a Canvas3D window?
In general, Java3D and Swing are a bad mix. There's so many little problems all over the place that its just better to avoid putting the two into the same application. Most of the issues can be boiled down to Java3D just repainting whenever it feels like rather than working with the swing repaint mechanism. Not that this is a Java3D only problem - any code that uses native UI widgets in a swing app suffer the same issue.
-- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".