Is there a Floating Scrollbar component for Tables

I have a table which is placed in a Panel. This panel contains a Horizonal Scroll Bar which when scrolled to the right enables us to see the whole JTable. Now the Table itself has a vertical scrollbar.

The probelm is when the user can't see the whole table he does not know that that the table contains a vertical scroll bar.

Is there a way to make the vertical scrollbar of the table floating so that even when you scroll to the right the vertical scrollbar of the table is scrolling as you scroll to the right by clicking on the panel scrollbar

Regards,

Hemanth

http://www.freejavaguide.com

[632 byte] By [hemantha] at [2007-10-3 0:44:05]
# 1
Er...What's wrong with just placing the table in a JScrollPane? It does all this for you.
itchyscratchya at 2007-7-14 17:38:35 > top of Java-index,Desktop,Core GUI APIs...