Here is a question from RHE
True or False: If a frame uses a Grid layout manager and does not contain any panels, then all the components within the frame are the same width and height.
Answer Given: True.
I doubt that the answer is 100% correct. No panels doesn't
mean that there can not be any other containers inside
the frame. The frame could contain a scroll-pane or an
applet for example.
What do you think?