Please, i am waiting for my last request !!!! How can i solve this problemas that appears in my program :
"MyBrowser.java": Error #: 300 : class BranchGroup not found in class testeji3d.MyBrowser at line 15, column 2 "MyBrowser.java": Error #: 300 : class Canvas3D not found in class testeji3d.MyBrowser at line 16, column 2 "MyBrowser.java": Error #: 300 : class SimpleUniverse not found in class testeji3d.MyBrowser at line 17, column 2 "MyBrowser.java": Error #: 300 : class BranchGroup not found in class testeji3d.MyBrowser at line 40, column 10 "MyBrowser.java": Error #: 300 : class BranchGroup not found in class testeji3d.MyBrowser at line 47, column 10 My Imports are: import java.awt.*; import java.awt.event.*; import javax.swing.*; import com.sun.j3d.utils.universe.*; import com.sun.j3d.utils.geometry.*; import javax.media.j3d.*; import javax.vecmath.*; Which "imports" did i miss ? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp =========================================================================== 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".
