UI based application of image editing tools
The core of this project was developed in - COMP 401 Foundation of Programming - during Fall 2018. Additions have been made to turn the assignment into a Java application.
Java 1.8.0
- Designed a user interface using AWT and Swing GUI components.
- Implemented functionality to the UI with EventQueue and IOException handling.
- Integrated JFileChooser with ImageIO readings to create BufferedImages.
- Incorporated Event Listeners to provide an interactive experience.