Made using Object-Oriented Programming.
- Shapify is a GUI based application that displays random colors of a selected shape and random shapes for a selected color.
- When the user enters the application, the interface of the Launch screen appears which consists of two buttons for Color Transition annd Shape Transition respectively.
- Then, on pressing the Start button on the 'Shape Transition' window, random display of shapes can be seen on the 'Transition Displayer' which can be stopped by pressing the 'Stop' button.
- Similarly, random colors are displayed on pressing the 'Start' button of the 'Color Transition' window.
- Clone the repository and open it with NetBeans IDE.
- Run the HomePage.java and dive into Shapify✨