thanx, it works now
one has to start somewhere!
 
 
----- Original Message -----
Sent: Friday, March 29, 2002 12:09 PM
Subject: Re: [JAVA3D] PointArray example

Well, there are some errors in your code :

- you sould not call your class PointArray, thats why you have a compilation error... Call it PointArrayTest instead

- no return at createScenegraph method

- extends your class from Applet to give a sense at the init method

- ...

_____________________________________________________

  J�rgen Vansteelant <[EMAIL PROTECTED]> wrote:

Hello,
 
I have some troubles running a simple program. It should draw three points using PointArray.
 
output:
 
PointArray.java [26:1] cannot resolve symbol
symbol  : variable COORDINATES 
location: class PointArray
         PointArray pa = new PointArray(3, PointArray.COORDINATES);
                                                     ^
this is the first error I get.
 
Can anyone help me out?
 
Thanx
> ATTACHMENT part 2 application/octet-stream name=PointArray.java



Do You Yahoo!?
Yahoo! Greetings - send greetings for Easter, Passover

Reply via email to