Package swingwtx.custom.validation

Class Summary
ValidatableComponent This is the superclass of all components that can be validated through the ValidationGroup class.
ValidatableJComboBox  
ValidatableJTextField  
ValidationGroup This isn't a real Swing class at all! This is a useful class that someone suggested we include from C# WinForms! After all, if we're going to make a new GUI API that matches Swing there's nothing wrong with including new bits and pieces if they're useful :) Besides, I hear the JGoodies people are charging for an implementation of this - only took me a couple of hours to implement! This class allows you to monitor validation errors.