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

Can we have more than one action servlet?

7 Answers   HP,


Java is fully object oriented languages or not?

0 Answers  


What is in-memory replication?

0 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


Which component handles cluster communication in jboss?

0 Answers  






What is bean? Where can it be used?

0 Answers  


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


What is JTS?

0 Answers  


What is the purpose of the notify() method?

0 Answers  


what is difference between object state and behaviour?

3 Answers  


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


Dear freinds... I want to know how to write self mapping for a table using hibernate?

1 Answers   Cap Gemini,


Categories