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

explain the flow of struts?

2 Answers   SolutionNET,


What is chat area? Explain.

0 Answers  


what are the activation groupworks?

0 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


difference between Abstract and Interface?

2 Answers   HCL, Infotech,






whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


What is a modular application? What does module-relative mean?

0 Answers  


Explain the advantages and disadvantages of detached objects.

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


JMS based on what technology?

1 Answers  


whats is mean by filter?

1 Answers   SolutionNET,


Categories