Question: Create a GUI as seen above for a currency convertor which converts United States (US), Canadian (CAN), and European (Euro) dollars to Jamaican dollars (25

Create a GUI as seen above for a currency convertor which converts United States (US), Canadian (CAN), and European (Euro) dollars to Jamaican dollars (25 Marks). When the Convert Button is clicked, the application should convert the selected currency amount in the input $: text field to Jamaican dollars and place the result in the JMD Amount $ text field. The exchange rate per Jamaican dollar is CAN: $97.50, US: 129.02, Euro: $164.33. In addition, you must generate an appropriate error message if the convert button is clicked and there is no input or the user enters anything other than what is required in the input filed. (The error message should appear in a JOptionPane) (15 Marks). When the Clear Button is clicked, all text fields should be cleared and the combo box set to its default value (first value in the combo box). (10Marks).
Create a workspace in suitable location called OOP3_YourName to complete the tasks below eg. DOP3_JohnBrown. > IStudentsvc +writeToFile(Student):void +readFromFile():void Student -id Number: int -firstName: String -middilelntital: char -lastName: String +constructors() +getters() +setters() +display() Implements iStudentSvclmpl +writeToFile(Student):void +readFromFile():Student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
