Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:14:35+00:00 2026-05-23T07:14:35+00:00

I have a pane with two tables A and B. When a row is

  • 0

I have a pane with two tables A and B. When a row is selected in A, the content of B should be upated.

My code detects row selections in A fine. But, when the user clicks on the column header to sort rows, it does not seem like this is taken into account in A’s table model.

So, I can get the selected row number (which is correct considering the sorting), but when I try to retrieve row field content from A using its table model, it gives me the values as if rows had not been sorted.

How can I retrieve the content of the selected line from the selected row number?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:14:35+00:00Added an answer on May 23, 2026 at 7:14 am

    Without any code, it is hard to say for sure what your problem is. However, it sounds like you are mixing up the row indices between the view and the model. You must be very clear about what co-ordinate system you are referring to (view or model) when you have a row number. See the JTable API for the convertRowIndexToModel and convertRowIndexToView methods.

    You probably need something like this:

    JTable table = ...;
    TableModel model = ...;
    
    int viewRow = table.getSelectedRow();
    int modelRow = table.convertRowIndexToModel(viewRow);
    int viewColumn = table.getSelectedColumn();
    int modelColumn = table.convertColumnIndexToModel(viewColumn);
    Object cell = model.getValueAt( modelRow, modelColumn );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two Tablesorter tables in my website demo , which can be accessed
I have two accordion pane like Accordion a = new Accordion(); Accordion b =
I am using ZedGraph's master pane to display two graphs that have synchronized X
I have a dojo layout with two content panes, each at 50% height, one
I have developed two custom task pane addins to be used in Excel 2007.
I have a custom dialog box that collects two strings from the user. I
I have pane with two grid and there is a listbox in both grid.
I have a swing gui with a tabbed pane in the north. Several key
Have you guys had any experiences (positive or negative) by placing your source code/solution
I have two divs for different sections of my webpage, a working and a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.