|
Hi,
Here's your corrected file. That error was because
you named your class PointArray, which is already defined in java3d
(javax.media.j3d.PointArray). I also needed to correct other errors (Tip: Remember that Java is a case sensitive
language). I sugest you look into some Java2 examples also.
Cristian
<<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>>
|
MyPointArray.java
Description: Binary data
