Project One
This is a swing project that allows us to practice the MVC design pattern. The main objective of the project is to implement a calculator that functions from base 2 to 16. It uses Swing components. It also has classes that uses Interface Observer and class Observable. It includes in line comments and javadocs.
Works Cited
- Javadoc for Observer : helped me to understand how an Observer and Observable relationship works.
- Javaworld's explanation of the Observer and Observable relationship: provided an implementation example of the Observer and Observable relationship.
- Javadoc for JSlider: helped me to understand how to setup the JSlider.
- JSlider setup: this also helped with the JSlider setup.
- GUI Layout help: Helped me to learn how to use multiple layout managers.
- GUI Layout help: Helped me to learn how to use multiple layout managers.
Log in or sign up for Devpost to join the conversation.