A good answer might be:Sure. In fact, this is often done. |
GridLayoutOften the Frame of a GUI contains Panels only, which then contain the other GUI components. Different Panels might use different layout managers for their components. Nice user interfaces can be created this way with a relative minimum amount of fuss (although at the moment it might look awful to you.)
So for we have used
divides the Frame into a grid of 2 rows and 4 columns,
like this:
|
QUESTION 9:
Say that you wished to use |