What is a layout manager?

Answer Posted / anonymous

Can be used in AWT/SWING
It is an object defines how you arrange object in a content
pane.
Many types.
Flow LM
Card LM
Grid LM
contentpane ct = getContentPane();
ct.addLayoutManager();

---NOT SURE ?? addLayoutManager() OR addLayout();----

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are the elements of a borderlayout organized?

592


What is synchronization and why is it important?

541


what is a portable component?

1460


Why a client should be multithreading? Explain.

589


What are the design considerations while making a choice between using interface and abstract class?

541






What method is invoked to cause an object to begin executing as a separate thread?

572


Can I use multiple html form elements with the same name?

578


Why are some of the class and element names counter-intuitive?

569


Is a class a subclass of itself?

588


Describe activation process?

2060


why static class in java

1275


What are the services in RMI ?

1880


the same information whether it will connect to the database or it will be used previous information?

568


Is there a guarantee of uniqueness for entity beans?

568


What are callback interfaces?

591