Question: Write a Software Phone App using Java Swing as illustrated in the figure. The user enters the phone number and pushes the CALL button to

Write a Software Phone App using Java Swing as illustrated in the figure. The user enters the phone number and pushes the "CALL" button to start a phone call. Once the call is started, the label of the "CALL" button changes to "HANG UP". When the user hangs up, the display is cleared. Assume that the following 2 methods are available for handling phone call: public void call(String phoneNumber);//to make a phone call with the phoneNumber public void hangup(); to terminate the existing call
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
