I'm using jdk 1.3 but the following skeleton generates a compiler error:
The error is "cannot resolve symbol: class Ellipse2D" Do I have to do something special with my setup to get the compiler to find the Java2D shapes? It doesn't seem to have a problem with the Graphics2D object.
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
You need to import java.awt.geom.*;
"JavaRanch, where the deer and the Certified play" - David O'Meara
Scott Appleton
Ranch Hand
Joined: May 07, 2001
Posts: 195
posted
0
Thanks, Cindy. (There should be an emoticon for "duh")