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 RMI and Socket?

0 Answers  


What are the advanatages of RMI ?

1 Answers   HGS,


How can a dead thread be restarted?

1 Answers   IBM, Wipro,


How messaging services are done, before release of JMS?

0 Answers  


what is heepStored?

1 Answers  






Define the remote object implementation?

0 Answers  


i want documentation of text file splitter & merger of advanced java

1 Answers   Infosys,


list the types of dialodg

1 Answers   Wipro,


Difference between new operator and class.forname().newinstance()?

0 Answers  


Do you think that java should have had pointers?

0 Answers  


Name the class that is used to bind the server object with RMI Registry?

0 Answers  


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


Categories