How to fire an event when JTable is visible?

229 Views Asked by At

I would like to know whether JTable is not responding to ComponentListener. I have a JTable inside a tab of a JTabbedPane, and I have implemented the ComponentListener to the JTable so I can fire an even when the table is visible. But, it is not responding!I also noticed it is not responding to JTabbedPane as well! any ideas about how you can find whether a JTable is visible?

0

There are 0 best solutions below