kohinoor2007
Programmer
Hi,
I have a table which is put inside a ScrollPane.
JScrollPane tableScrollPane = new JScrollPane(table1);
Will tableScrollPane.getComponent(0); give me the table back....
Thanks
I have a table which is put inside a ScrollPane.
JScrollPane tableScrollPane = new JScrollPane(table1);
Will tableScrollPane.getComponent(0); give me the table back....
Thanks