I would like to display 2 columns of many rows.
the left column will be fixed in the horizontal and should display all its
contents, each cell will be a single JLabel
the right column will be scrollable (ie all right-hand cells together) each
cell will be a single JComponent with graphics
ie:
--------------------
In article <%LIHb.12225$FN.7739@newsfep4-winn.server.ntli.net>, on Sun, 28 Dec 2003 22:31:06 -0000,
"VisionSet"
<spam@ntlworld.com> wrote:
| I would like to display 2 columns of many rows.
| the left column will be fixed in the horizontal and should display all its
| contents, each cell will be a single JLabel
| the right column will be scrollable (ie all right-hand cells together) each
| cell will be a single JComponent with graphics
<snip />
| I haven't used JTables, can these do this? Had a quick look but don't see
| any mention of scrollbar policy.
Yes they can. See:
* Article: [[http://www.codeguru.com/java/articles/128.shtml][Fixed Columns]] Row header
<davidp />
- --
David Postill
VisionSet - 29 Dec 2003 10:28 GMT
> | I haven't used JTables, can these do this? Had a quick look but don't see
> | any mention of scrollbar policy.
[quoted text clipped - 4 lines]
>
> <davidp />
Thanks, I see you need 2 tables to achieve the effect, but no matter.

Signature
Mike W