Click to See Complete Forum and Search --> : jscrollpane


CHIL
07-15-2003, 09:54 AM
hi
I have a scroll pane that I am adding to a panel.This scroll pane has a table on it and the whole scrollpane was passed by a differenct class,so the present gui knows nothing about the table.

I want to be able to get the selected rows from the table but I cant access the table directly,is there any way I could get it via the scrollpane?
Thanks

ArchAngel
07-16-2003, 06:09 AM
Since the ScrollPane extends Container, you can use Container's getComponents() method.