Thanks for the help. I have installed the Java3d on an Win NT machine and it
seems I had to add the classpath for the working directory and it worked. It
is funky because for the virtual input divice it seems to have found the
other classes.

        Vineet Gupta

-----Original Message-----
From: Guillermo E. Gutierrez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 04, 1999 11:48 AM
To: Discussion list for Java 3D API; Gupta, Vineet TEC
Subject: Re: [JAVA3D] FW: [JAVA3D] interface not found


What do you mean by "the CheckboxMenu class is there"?  In the same
directory?
Then it should work, but just in case, try an explicit import:

import CheckboxMenu;

If you're talking about the awt classes, though, there is no CheckboxMenu
class.  Just a  CheckboxMenuItem class (i.e. import
java.awt.CheckboxMenuItem;).
Hope this helps,
-guillermo

"Gupta, Vineet TEC" wrote:

> -----Original Message-----
> From: Gupta, Vineet TEC
> Sent: Tuesday, August 03, 1999 6:27 AM
> To: 'Discussion list for Java 3D API'
> Subject: RE: [JAVA3D] FW: [JAVA3D] interface not found
>
> Below is the code for the CheckboxMenuListener, but I get the following
> error, but the CheckboxMenu class is there:
>
> javac CheckboxMenuListener.java
> CheckboxMenuListener.java:15: Class CheckboxMenu not found.
>         public void checkboxChanged( CheckboxMenu menu, int check );
>                     ^
> 1 error
>
> import java.util.EventListener;
>
> interface CheckboxMenuListener
>
> extends EventListener
>
> {
>
> public void checkboxChanged( CheckboxMenu menu, int check );
>
> }
>
> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Guillermo E. Gutierrez
> Sent: Monday, August 02, 1999 3:02 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] FW: [JAVA3D] interface not found
>
> Vineet,
> Just something obvious to check: Did you remember to include the
statement:
>
> import java.util.EventListener;
>
> at the beginning of CheckboxMenuListener.java?
> -guillermo
>
> "Gupta, Vineet TEC" wrote:
>
> -----Original Message-----
> From: Gupta, Vineet TEC
> Sent: Monday, August 02, 1999 12:38 PM
> To: 'Discussion list for Java 3D API'
> Subject: [JAVA3D] interface not found
>
> Hi,
>         I get the following error.  Does anyone have any idea?
>
> javac CheckboxMenuListener.java
> CheckboxMenuListener.java:13: Interface EventListener of interface
> CheckboxMenuL
> istener not found.
>         extends EventListener
>                 ^
> 1 error
>
>                 Vineet Gupta
>
>
===========================================================================
> 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".
>
>
===========================================================================
> 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".

===========================================================================
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".

Reply via email to