Question about setMonitorWindowResize() on LayOutContainer
Question about setMonitorWindowResize() on LayOutContainer
now I have a LayoutContainer A which with 2 components B and C are also both LayoutContainers which are from out side classes, if I want them to fix size automatically to fit the browser window size. Do I have to setMonitorWindowResize() on all of A,B and C, or just on the main container A.
i think if you set the children window size based on the parent window size like setting them as setSize("60%", "70%") i think setting setMonitorWindowResize() on the parent would be sufficient.