CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JTable

  1. #1
    Join Date
    Sep 1999
    Location
    Saudi Arabia
    Posts
    1

    JTable

    In trying out Zafir Anjum's example on DataTips for JTable, my javac (Java 2) kept complaining about methods not found for the followings: rowAtPoint, columnAtPoint, getValueAt and getCellRect. I did import all the Java packages indicated in the example. Any help?

    K. Lau
    P.E. System Specialist

  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: JTable


    post your code...


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