Java Layout

In java a layout manager class implements the LayoutManager interface.

Java Layout

Java Layout

     

In java a layout manager class implements the LayoutManager interface. It is used to determine the position and size of the components within a container.
Components can provide size and alignment hints, still the container's layout manager has the final authority on the size and position of the components within the container.

There are some of the common tasks associated to use layout managers:

  • Setting Layout Manager
  • Adding Components to a Container 
  • Providing Size and Alignment Hints 
  • Putting Space Between Components 
  • Setting the Container's Orientation 
  • Tips on Choosing a Layout Manager 
  • Third-Party Layout Managers

To know more about this just click:

http:/www.roseindia.net/software-tutorials/detail/3322