What is a layout manager?

Answers were Sorted based on User's Feedback



What is a layout manager?..

Answer / harika.thota001@gmail.com

A layout manager is an object that implements the LayoutManager interface and determines the size and position of the components within a container

Is This Answer Correct ?    0 Yes 0 No

What is a layout manager?..

Answer / 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

More Advanced Java Interview Questions

What is the map interface?

0 Answers  


How database connectivity in XML is achieved?

0 Answers  


types of exceptions

1 Answers  


what is Static binding?

2 Answers   Wipro,


How do you set security in applets?

1 Answers   IBM,


Difference between swing and awt?

0 Answers  


What class is used to create Server side object ?

0 Answers  


What are transaction attributes?

0 Answers  


what is Bootstrap loader program?

1 Answers   Rossell Techsys,


what is meant by JRMP?

0 Answers  


which type of objects reference will be given to client?

0 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


Categories