Is there an easy way to validategroup JTextFieldsin Java. I am currently using sqlite managerit neatbeans IDEto create a simple form that collects information to add a job to the database. I understand that there are too many JTextFields. How can I check each JTextFields either through sqllite, throwing an exception error that can be configured, or maybe to Neatbeans through the properties dialog. Validation - check for availability, i.e. The value entered. User confirmation?
source
share