Java project that utilizes the Swing GUI toolkit to randomly generate different abstract art each time composed of 10 shapes(circle, lines, rectangles). Implemented with an ArrayList, and utilized object-oriented principles (Encapsulation, Inheritance, Multiple classes, etc.).
tommyjcxie/Java-Abstract-Art-Generator
Java project that utilizes Swing to randomly generate different abstract art each time composed of 10 shapes(circle, lines, rectangles).
Java