Add delete shape operation

This commit is contained in:
2025-02-19 10:50:27 +01:00
parent 98b05e435e
commit b4eac668c8
5 changed files with 48 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ public class ShapeDraftman implements ShapeVisitor {
private static final ColorAttributes DEFAULT_COLOR_ATTRIBUTES =
new ColorAttributes(false, true, Color.BLACK, Color.BLACK);
private Graphics2D g2d;
private final Graphics2D g2d;
public ShapeDraftman(Graphics graph) {