top of page

Java Programmer Calculator
This project utilizes java swing, a toolset for creating GUI elements, to create a programmer calculator that mimics the design of the Windows 10 programmer calculator. Developed on my own as a project for CS 2337, Computer Science 2. The purpose of this assignment was to learn about creating a GUI, as well as processing a stream of user input to create a meaningful output.
This calculator handles integer arithmetic, as well as converting between decimal, hexadecimal, octal, and binary bases.
​
bottom of page