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 is the map interface?
How database connectivity in XML is achieved?
types of exceptions
what is Static binding?
How do you set security in applets?
Difference between swing and awt?
What class is used to create Server side object ?
What are transaction attributes?
what is Bootstrap loader program?
what is meant by JRMP?
which type of objects reference will be given to client?
How a component can be placed on Windows?