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

Thread: JTable

  1. #1
    Join Date
    Sep 1999
    Posts
    9

    JTable

    I have a JTable which takes it's input from an AbstractTableModel which is in turn connected to my Access database. How do I refresh my JTable to reflect the current status of the database on addition/deletion to/from it?


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: JTable

    Whenever u call '.repaint()' method, JTable will reflect the latest contents from AbstractTableModel.

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Aug 1999
    Location
    Ireland
    Posts
    4

    Re: JTable

    you call one of the table.fireXXX methods


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