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 permgen or permanent generation?

0 Answers  


What is the difference between ear, jar and war file?

0 Answers  


advantage of thread?

3 Answers   HCL,


What is the difference between Process and Threads?

19 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  






what is a portable component?

0 Answers  


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


What classes of exceptions may be caught by a catch clause?

0 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


What is a tasks priority and how is it used in scheduling?

0 Answers  


whats is mean by connectionpooling

0 Answers   SolutionNET,


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


Categories