Question: Suppose the situation is as described in Self-Test Exercise, except that you want the following sort of layout (that is, a one-column layout, typically having three rows):
What should the argument to set Layout be?
Self-Test Exercise: Suppose you are defining a windowing GUI class in the usual way, as a derived class of the class J Frame, and suppose you want to specify a layout manager for the J Frame so as to produce the following sort of layout (that is, a one-row layout, typically having three columns):
What should the argument to set Layout be?