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

Reply via email to