Re: How to get Visible Row Count in JTable?
I don't think you'll find a method that gives you the visible row count, but it will be the scrollpane viewport height divided by the table row height (unless the table is too small to fill the viewport, in which case it will be the total row count).
Good judgment comes from experience; experience comes from bad judgment...
F. Brooks
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
Bookmarks