Howdy, Pete! Good to see you around, champ!
Partner, here's what I did: the JTextFields where the user has to provided the required info are limited to the maximum length of each field. For instance, the customer ID is limited to 8 characters. In the Data class, before updating or creating a record, each
String in the String arrays is filtered. For instance, when creating a record, for each String in the String array, I verify if its length is greater than the maximum length; if so, I just get the first n characters of it.
Cheers, Roberto Perillo
SCJP, SCWCD, SCJD, SCBCD