Post date: Oct 19, 2017 7:9:34 AM
Chapter 17: Swing I
17.1 Event Driven Programming
17.2 Buttons, Events and Other Swing Basics
Interesting resources:
Lab Exercises:
Ex 1: Calculator
Program a Java GUI application that adds two numbers and displays the results similar to the below screenshot.
Ex 2: A Better Calculator
Program a Java GUI application that adds, subtracts, multiply, and divide two numbers and displays the results similar to the below screenshot. You have to make sure that you do not divide by zero.