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

What class is used to create Server side object ?

1668


Are there books about seam?

632


How are the elements of a cardlayout organized?

596


What do you know about seam?

599


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

578






What is the immediate superclass of the applet class?

600


What are the purpose of introspection?

677


Why use POJO when I can use hashmap

2045


What is jboss?

571


How many times may an objects finalize() method be invoked by the garbage collector?

670


Java is fully object oriented languages or not?

538


What is the difference between the string and stringbuffer classes?

543


For which statements does it make sense to use a label?

585


why static class in java

1275


Define the remote object implementation?

1999