Hi, I was wondering if you could please help me with this following question to help me prepare for exams: Question 1: Develop a Java GUI application that will display the cost of musical lessons for three different instruments (Guitar, Piano, and the Violin). Create two combo boxes to allow a user to select between three different musical instruments and the required musical level on the form. Also, add two buttons, one for submitting the instrument selection and another to display an average musical level report. Once the user has selected a musical instrument and musical level, display the lesson cost for that particular instrument. Use the following table for the musical instruments and lesson levels: Guitar Piano Violin Beginner Level 150 250 280 Intermediate Level 215 232 280 Advanced Level 130 185 310 Please see the screenshot on how the output of the musical lessons to choose (Image 1). Please see the screenshot on the output from the JOptionPane that once a musical lesson has been chosen (Image 2). start of the second question from question 1: You must also create a menu system that will allow the user to exit the application under the file menu. Then, under the Tools menu, allow the form submission and display the average level lesson cost. The layout of the form is left to your discretion. Marks will be allocated to the presentation and effectiveness of the design, but the following layout is displayed for your convenience. Basically the output should be selected and then display each instrument lesson average Thank you
Hi, I was wondering if you could please help me with this following question to help me prepare for exams:
Question 1:
Develop a Java GUI application that will display the cost of musical lessons for three different
|
start of the second question from question 1:
You must also create a menu system that will allow the user to exit the application under Basically the output should be selected and then display each instrument lesson average
|
Thank you
Step by step
Solved in 3 steps with 1 images