summaryrefslogtreecommitdiff
path: root/src/main/java/sevenUnitsGUI/ViewBot.java
AgeCommit message (Collapse)Author
2022-04-09View now sends and recieves Strings instead of dataAdrien Hopkins
2022-02-26Implemented expression conversion, tests now passAdrien Hopkins
2022-02-26Implemented unit conversion, with a few problemsAdrien Hopkins
TabbedView now displays its units, but with their toString method which shows their definition in addition to their name
2022-02-19Made barebones GUI (TabbedView)Adrien Hopkins
2022-02-12Made some basic Presenter testsAdrien Hopkins
2022-01-29Created the ViewBot in preparation for GUI testingAdrien Hopkins