In school, we used TurtleGraphics.jar in Eclipse. The teacher told us how to draw an arrow(pen.up();
and pen.move(90);
)
I understand now that you need to actually create a class for "pen." I thought it already came with Java.
Online, I've only found code like g.Rect that can draw rectangles. The "pen" class was really useful because you could go in any direction you wanted to create any shape. I'm using Netbeans at home. How do you create a "pen," and what imports would you need?