Answer Posted / 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 View All Answers
Define aop(assepct oriented programing)?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is the purpose of the notifyall() method?
What is metaspace?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Are we allowed to change the transaction isolation property in middle of a transaction?
Is there a guarantee of uniqueness for entity beans?
What is a sessionfactory? Is it a thread-safe object?
Which textcomponent method is used to set a textcomponent to the read-only state?
Can I map more than one table in a cmp?
Do I have to use jsps with my application?
What is the difference between a static and a non-static inner class?
What do you mean by Socket Programming?
what are getters and setters in Java with examples?