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
Why a component architecture for the java platform?
What is mdb and what is the special feature of that?
Which container method is used to cause a container to be laid out and redisplayed?
What is the difference between java class and bean?
How can I scroll through list of pages like the search results in google?
Is “abc” a primitive value?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the pros and cons of detached objects?
What is Stream Tokenizer?
Write a program to show synchronization?
whats is statement and procedure
What event results from the clicking of a button?
What is difference between object state and behavior?
Will the general public have access to the infobus apis?
Have you used threads in Servelet?