Table component from RootContainer

I have dropped a table in the designer. I want to get the component dropped in the Root Container.
How do i get it?

I used

Component components[] = context.getRootPaneContainer().getRootPane().getContentPane().getComponents();

I’m not able to get the table component i have dropped.