Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Layout Managers

  Asked By: Willie    Date: Apr 08    Category: Java    Views: 579
  

The Layout Managers are used for default positioning of Controls on a
Panel, according to predetermined algorithms.

That's great for Default Positioning - one can layout a whole lot of
controls on a panel without detailed instructions.

However, very often, one needs to *precisely* position controls on
the Screen. In such a scenario, how can one precisely position
controls on the Screen ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Keith Marshall     Answered On: Apr 08

there is a lot of layout  managaers form
FlowLayout to GridBag Layout, the latter one is the
one you want look for that class and get to know it.
It has a lot to offer when it comes to layout

 
Didn't find what you were looking for? Find more on Layout Managers Or get search suggestion and latest updates.




Tagged: