Java Project - FieldValidation




FieldValidation.java
Utils.java

Each field is assigned an InputVerifier which checks the contents of a field when it is exited. If the input does not fall within the verifiers parameters, focus is automatically returned to the field. A corresponding message is displayed in the 'status' area.

The static method center() from the Utils class is used to center the window on the desktop.



Home | Projects