Code from Wednesday
This is the code we wrote in class. We had a Circle and a Rectangle class that used the Java Graphics package and a JPanel to draw a square on the screen. It also has a ShapeTester class, which has the main method to draw the image.
I challenged you to create your own shape (another class like Circle or Rectangle so maybe Triangle?) and draw a shape like a simple tree or car.