Question: Please help and show detailed Java code, thanks Write a class USD2CNY containing the following methods (a) constructor : which builds the frame shown on
Please help and show detailed Java code, thanks

Write a class USD2CNY containing the following methods (a) constructor : which builds the frame shown on the right side. The frame consists of Action Action Convert t Exit a pull-down menu "Action" with menu items "Convert" and "Exit" USD amount a textfield to enter USD amount. Some text is in the text field to provide information to the user on what to input. The user needs to delete the text before entering the numbers a label to display the amount of CNY (please use the exchange rate of 1 USD to exchange for 6.87 CNY) Copy the class, including import statement(s), as the answers to this part. (b) actionPerformed) which perform necessary actions when each menu item is selected. When "Convert" is selected, the amount of CNY is calculated and displayed on the label. When "Exit" is selected, the program terminates. Copy the method as the answers to this part. Action 100 687.0 17] (c) main which creates an USD2CNY object and sets it visible for testing. Copy the method as the answers to this part 12]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
