Simple Validation

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.

License

License

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

simplevalidation
Last Version

Last Version

1.14
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Validation
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.
Project Organization

Project Organization

Mastfrog Technologies

Download simplevalidation

How to add to project

<!-- https://jarcasting.com/artifacts/com.mastfrog/simplevalidation/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>simplevalidation</artifactId>
    <version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation/
implementation 'com.mastfrog:simplevalidation:1.14'
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation/
implementation ("com.mastfrog:simplevalidation:1.14")
'com.mastfrog:simplevalidation:jar:1.14'
<dependency org="com.mastfrog" name="simplevalidation" rev="1.14">
  <artifact name="simplevalidation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='simplevalidation', version='1.14')
)
libraryDependencies += "com.mastfrog" % "simplevalidation" % "1.14"
[com.mastfrog/simplevalidation "1.14"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.14
1.13