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 difference between static and non-static with examples?
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 in-memory replication?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
what is container?
What method MUST be implemented by all threads?
What are the thread-to-thread communcation?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
Can you give me a simple example of using the requiredif validator rule?
Is infobus easy to use?
What is the initial state, When a thread is created and started?
What invokes a thread?s run() method?