Java Swing - GUIs
TOPIC 02 – INTERACTIVITY WITH ACTIONLISTENER


 

LESSON WORK

 

QUESTION #1

Complete the GUI that you created in Topic 01 by making it add, subtract, multiply and divide the top two numbers.  Be careful never to divide by zero.


QUESTION #2
(PROJECT CONTINUED)

Complete the calculator program.  While it doesn’t have to look anything like the one below, but it should have similar functionality.