From 50a373dac248a8bd4c7450769297f360d1f6610e Mon Sep 17 00:00:00 2001 From: Donna M Agogliati Date: Tue, 26 Mar 2019 13:23:43 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd3e89..19179a7 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# shapes \ No newline at end of file +# Shapes + +Using the JFrame and JPanel subclass to create and compile a program that will display on the screen a single circle or some color. +Then adding a rectangle using the SmartRectangle class, a diamond with rotation of 45 degrees, a triangle and a star.