Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Make a GUI using java Finish the Course Evaluation Form as follows: Evaluation Menu Load Data Course Evaluation Form Exit Name Matric No. Course
Make a GUI using java Finish the Course Evaluation Form as follows: Evaluation Menu Load Data Course Evaluation Form Exit Name Matric No. Course Code Rating [Select] 1 O2 3 4 5 Basic knowledge Advanced knowledge Outcome Submit Clear Output Requirements: 1. Add Menu Bar at the top with menu 'Load Data' to read from file and view in the output textrea. Menu 'Exit' to show 'showConfirm Dialog' and exit the application if user select 'yes' in the dialog. 2. Input validation from all input to check if user empty field or selections when user click 'Submit' button. 3. Save (add) the data into a text file with dialog notification (e.g. showMessageDialog) whether input is successfully saved. 4. Implement at least ONE (1) exception handling (e.g. file IO and dealing with empty input field.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started