go to previous page   go to home page   go to next page

Answer:

Before.


The FlowLayout Manager

FlowLayout order

Our program uses the FlowLayout manager. The FlowLayout manager puts components into the frame row by row in the order they are added. (Later on we will add more than one component). It picks reasonable sizes for components and decides how many rows to use.

The FlowLayout manager is part of the java.awt package.


QUESTION 6:

Will the layout of a frame change if you add components to it in a different order?