Details
Fractions Calculator, Swing GUI
A major project from the Java course where we implemented a set of classes based on a provided UML diagram. Using core object-oriented programming principles (encapsulation, inheritance, polymorphism), we structured the codebase. Integrated action listeners and event handlers to build a fully functional GUI using Java’s Swing library.
Java
Project Goals
- Practice overriding the built-in toString() method in custom objects to produce formatted output
- Explore multiple JFrame layout options within the Swing library to make the program visually appealing



