Question: Calculator.java (50 points) Write a program that simulates a very simple, but unconventional, calculator. The application's GUI should include two text fields F1 and F2
Calculator.java (50 points) Write a program that simulates a very simple, but unconventional, calculator. The application's GUI should include two text fields F1 and F2 for numerical input and a label for output. So, to compute 23 +56, a user enters 23 into F1 and 56 into F2. There should be four buttons labeled +, -*, and /. When button B is pressed, the operation (F1) B (F2) is computed and the result displayed on the label. If a button is pressed and a field Fl or F2 is empty then the program should display an error message. Include a button that copies the result of the computation to F1 and another that copies the result to F2. These buttons facilitate subsequent computation using the result of the previous computation. A Quit button ends the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
