Simple Validation (parent)
· Simple Validation Parent Project:
This is a simple library for quickly adding validation code to Swing user-interfaces.
It handles validating user input when the user changes a component's value,
showing error messages and decorating components to indicate which component is
the source of the problem. It contains a large number of built-in validators
to handle most common situations, such as validating numbers,
email addresses, urls and so forth.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window simplevalidation-parent-1.14.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.