What are different types of layout managers in java.awt
package?
Answer Posted / janet
A layout manager is an object that is used to organize
components in a container.
The different layouts are available are
FlowLayout,BorderLayout,CardLayout,GridLayout and
GridBagLayout.
Is This Answer Correct ? | 52 Yes | 8 No |
Post New Answer View All Answers
Describe responsibilities of Activator?
What is local interface. How values will be passed?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the relation between the infobus and rmi?
Why are some of the class and element names counter-intuitive?
what are getters and setters in Java with examples?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Is “abc” a primitive value?
Is the ternary operator written x : y ? Z or x ? Y : z ?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Where can I find seam examples and documentation?
What happens when a thread cannot acquire a lock on an object?
How can I avoid validating a form before data is entered?
Java is fully object oriented languages or not?
Explain the steps in details to load the server object dynamically?