Home Help Java L Java Layout
Questions:Ask|Latest



Java Layout
Posted on: November 16, 2009 By Deepak Kumar
In java a layout manager class implements the LayoutManager interface.

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


Recommend the tutorial

Ask Questions?    Discuss: Java Layout  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 
Comments