GUI Intro

Assignment Overview

In this module, you will write a program to demonstrate your  understanding of the concepts in this module: user defined methods,  arrays, GUI, super class and subclass.  

Case Assignment

In SLP 1, you wrote a Java program to display the following information:

  1. The assessed value of a house
  2. The local real estate property rate (different based on the location)
  3. The property tax amount

In this assignment, rewrite this program using the GUI feature to accept user input. Users will press “E” to stop the program. 

  

Assignment Expectations

  1. Demonstrate your understanding of GUI.
  2. Use selection and repetition statements in this program.

After you are done, submit a screen shot of the source code (.java file) and the program result