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

How many JSP scripting elements and what are they?

4 Answers   TCS,


What is a thread?

3 Answers  


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


Difference Between java & javax

5 Answers   Sun Microsystems, Wipro,


what is Bootstrap loader program?

1 Answers   Rossell Techsys,






What is metaspace?

0 Answers  


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


What’s jboss jbpm?

0 Answers  


What are externizable interface?

0 Answers  


What is a task?s priority?

1 Answers  


Categories