What is a layout manager

A layout manager is an object that is used to organize components in a container.

Showing Answers 1 - 1 of 1 Answers

The arrangement of the components in the container is determined by the layout manager.
Example:When we add a component to an applet or a container, the container uses its layout manager to decide where to put the component.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions