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 |
Is the ternary operator written x : y ? Z or x ? Y : z ?
What’s jboss jbpm?
how the mapping can be done from jsp to actionservlet?
can a static method be overridden
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What is a class loader? What are the different class loaders used by jvm?
What are the high-level thread states?
What is the applet sandbox?
difference between HashMap, Hashset and hashTable?
What is multi-tasking? Types?
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
Why doesn’t the focus feature on the tag work in every circumstance?