Hi Martin!
check the source code here!
http://www.antiflash.net/java3d/relativity/
The program is written in Java2 using the Java3D Scenegraph API.
MinkowskiGUI.java
Deactivate LightWeight behaviour for popups have to do this because
// Canvas3D is a heavyweight component
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
// This line is needed to activate ToolTip works correct only with
// latest JDK/JRE 1.3.1 or higher on Win32s
ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);
int rHeight = this.getToolkit().getScreenSize().height;
int rWidth = this.getToolkit().getScreenSize().width;
Cheers
Jeffy
===========================================================================
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".