Thanks for the lightning fast reply CEHJ!
I tried what you said... and the only thing i could is this:
public abstract void draw(Shape s);
I couldn't find the *real* implementation for the Arc2D... might look something like this:
void draw(Shape s)
{
if s.type == ARC2D
// do actual drawing of arc here -> Code im interested in
else if (s.type == )
}
Main Topics
Browse All Topics





by: CEHJPosted on 2006-06-23 at 10:21:26ID: 16971035
You can't be *given* the source, but you can access it yourself in src.zip in your JDK