/Mortgage-Calculator

A mortgage calculator made using Java and Swing UI

Primary LanguageJava

Created for: CPSC 233 Introduction to Computer Science for Computer Science Majors II

Description: A Mortgage Calculator created using Java and Java Swing Library

Methodologies

  • Test driven development (Waterfall method)
  • MVC Design structure
  • built using Eclipse IDE

Overview

This is a simple mortgage calcualtor for a fictional bank called the Maze Bank.

mc1

The idea was to learn and understand how to using Java Swing elements along with the Model View Controller design model.

mc2