summaryrefslogtreecommitdiff
path: root/src/main/java/sevenUnitsGUI/UnitConversionView.java
AgeCommit message (Collapse)Author
2022-04-10Created API for settings and unit/prefix viewingAdrien Hopkins
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-01-29Created the ViewBot in preparation for GUI testingAdrien Hopkins
2021-12-24Did some API design for user settings, and moved GUI to a new packageAdrien Hopkins