|
-
February 20th, 1999, 08:48 AM
#1
Validating Fields in JTable
i want to know how i can validate fields in JTable.
-
July 9th, 1999, 07:07 PM
#2
Re: Validating 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|