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


Please Help Members By Posting Answers For Below Questions

Describe responsibilities of Activator?

1889


What is local interface. How values will be passed?

793


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?

874


What is the relation between the infobus and rmi?

787


Why are some of the class and element names counter-intuitive?

833


what are getters and setters in Java with examples?

1512


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?

1850


Is “abc” a primitive value?

841


Is the ternary operator written x : y ? Z or x ? Y : z ?

874


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.

1997


Where can I find seam examples and documentation?

850


What happens when a thread cannot acquire a lock on an object?

780


How can I avoid validating a form before data is entered?

760


Java is fully object oriented languages or not?

759


Explain the steps in details to load the server object dynamically?

4814