Create your own Java exception and use it for one of your GUI components to detect and handle an error. Implement a File I/O process of your choice in your GUI to either write data to a text file or read data from a text file.

JAVA

Use the Java Application that you built for the midterm exam to collect and process data.

You can download the Java file you submitted for the Midterm Exam in Canvas or use a new version that you have developed.

Create MySQL database and table to store the data from the components you collect from your GUI.

You do not need to save data from all components into your database, and the minimum requirement is five (5) columns to save data from your selected five (5) GUI components.

Modify the Event Handler to collect data from the components and save it in your database table.

Create your own Java exception and use it for one of your GUI components to detect and handle an error.

Implement a File I/O process of your choice in your GUI to either write data to a text file or read data from a text file.

Create your own Java exception and use it for one of your GUI components to detect and handle an error. Implement a File I/O process of your choice in your GUI to either write data to a text file or read data from a text file.
Scroll to top