Ex1: Calculator - miguelneto1123/CES-22 GitHub Wiki
This project is a simple calculator (not cientific) with GUI. As for this version, I still haven't designed the graphics, this will be another exercise, so I just started debugging the operations. It works just fine!
There are two packages: the ui package (which will contain the graphics coding) and the engine (which contains the working code)
Feel free to edit the main within the Calculator.ui.MainFrame class to see how it works
This exercise was made with 4 commits