i want to know how i can validate fields in JTable.
Printable View
i want to know how i can validate fields in JTable.
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