Assignment #7

Improved GUI Payroll Application

Filenames: GUIPayroll.java, Employee.java, Utility.java

Modify your GUIPayroll project to handle invalid user input in the (expected) numeric fields. Use a try/catch block when you try to get a primitive numeric representation of your String values from the TextFields.

If you detect invalid input, change the text color in your TextArea to red.


Revision #1
Created 2019-01-09 23:41:01 UTC by Aaron Kimbrell
Updated 2019-01-10 16:40:21 UTC by Aaron Kimbrell