I am having a problem i JTable i.e at runtime i m adding table columns on button click event but after the columns goes out of scope of scrollpane, horizontal bar is not coming...Vertical bar is working fine..
syed fazal faheem
Greenhorn
Joined: Jul 13, 2001
Posts: 12
posted
0
Hi, I guess u have added the table directly to panel. Try adding the table to scrollpane and adding the scrollpane to the panel. Hope this solves ur problem. fazal