> Hi all,
>
[quoted text clipped - 4 lines]
> Thanx and Regards,
> Ankur
Normally you have a JTable inside of a ScrollPane. Here is how you do it.
jScrollPane.setViewportView(jTable);
jScrollPane.getViewport().setBackground(Color.white);
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
hellbent4u@gmail.com - 29 Apr 2006 03:01 GMT
Thanx a lot IchBin. It worked. !!