Count how many visible rows can be fetched into a JFrame from JTable
- From: Royan <romayankin@xxxxxxxxx>
- Date: Mon, 14 Apr 2008 14:41:18 -0700 (PDT)
I have a JTable embedded into a JFrame. However as far as the number
of rows in my application is almost always higher then it is possible
to display (without showing scrollbar), i want to be able to retrieve
the height of one JTable row and calculate the number of rows that
could be fetched into the current height of the JFrame. The problem is
that I do not quite understand how do i get the height of a row in a
particular JTable?
.
- Follow-Ups:
- Re: Count how many visible rows can be fetched into a JFrame from JTable
- From: Roedy Green
- Re: Count how many visible rows can be fetched into a JFrame from JTable
- From: David A. Re***
- Re: Count how many visible rows can be fetched into a JFrame from JTable
- From: Chase Preuninger
- Re: Count how many visible rows can be fetched into a JFrame from JTable
- From: RedGrittyBrick
- Re: Count how many visible rows can be fetched into a JFrame from JTable
- Prev by Date: Re: CellRendererPane causes cursor flickering during drag and drop
- Next by Date: Re: Count how many visible rows can be fetched into a JFrame from JTable
- Previous by thread: CellRendererPane causes cursor flickering during drag and drop
- Next by thread: Re: Count how many visible rows can be fetched into a JFrame from JTable
- Index(es):