What is a layout manager?
Answers were Sorted based on User's Feedback
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 |
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 |
what about static?
does j2ee means advanced java
How JNDI is used in JMS ?
What is Introspection?
How many layers are there in RMI and what are they?
what is the RMI / IIOP?
Thread life cycle?
Is the infobus client side only?
What is jboss?
what is the diffrence between banking and insurance domain?
which type of objects reference will be given to client?
What are the steps involved in developing an RMI object?