Check out example codes for "how to get all of the chldren of a panel in java". It will help you in understanding the concepts better.
Code Example 1
Component[] components = jpanel.getComponents();
Learn ReactJs, React Native from akashmittal.com