[JAVA3D] Java 3D FAQ Weekly Posting (31 May 2004)

2004-05-31 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday May 31 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If there

[JAVA3D] Non-Passive Wakeup: Effect on Swing

2004-05-31 Thread N. Vaidya
I'm trying to get a measure of the impact of using a non-passive WakeupOnElapsedFrames WakeUp criterion on instantiating swing widgets such as JColorChooser and JFileChooser. It appears that regardless of the framecount number (0 - 1000, for example) the creation times of such widgets could be less

Re: [JAVA3D] Non-Passive Wakeup: Effect on Swing

2004-05-31 Thread N. Vaidya
Here's the testcase... /* * A hacked version of Sun's HelloUniverse.java */ import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import com.sun.j3d.utils.geometry.ColorCube; import com.sun.j3d.utils.universe.*; import javax.media.j3d.*; import javax.ve