CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    21

    Swing questions: JTable

    Is there an effective and easy method to change the color of a row in a JTable? JTable enables you to access a cell, but not a row specifically. I would also like to be able to access a row via it's index and return the results as a vector. Although, I'm writing my own function to do this now. Thanks.

  2. #2
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985

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