Click to See Complete Forum and Search --> : Validating Fields in JTable


Anand
February 20th, 1999, 07:48 AM
i want to know how i can validate fields in JTable.

anand
February 20th, 1999, 07:48 AM
i want to know how i can validate fields in JTable.

krisSomu
July 9th, 1999, 07:07 PM
Hi,
You have to define your own cell editor for each field(i.e. column). Column shld be TextField Component and you shld write a class that extends Textfield and have all your validations.
For clear understanding see JTables in online Java Tutor