What is a layout manager

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

Showing Answers 1 - 3 of 3 Answers

Layout managers are software components which have the ability to lay out widgets by their relative positions without using distance units.It is an object that implements the LayoutManager interface* and determines the size and position of the components within a container.

  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