CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 1999
    Posts
    20

    Validating Fields in JTable



    i want to know how i can validate fields in JTable.

  2. #2
    Join Date
    Jul 1999
    Posts
    8

    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
  •  





Click Here to Expand Forum to Full Width

Featured