--%>

Types of layout managers

Describe the layout manager and what are the various types of layout managers accessible?

E

Expert

Verified

A layout manager is an object which is employed to organize components in the container. The various layouts are available are FlowLayout, BorderLayout, CardLayout, GridLayout, GridBagLayout, Boxlayout and SpringLayout.

   Related Questions in Programming Languages

  • Q : What is Static method Static method :

    Static method: The static method (also termed as a class method) is one with static reserved word in its header. The static methods vary from all other methods in that they are not related with any specific instance of the class to which they fit in.

  • Q : Swapping system What action of the

    What action of the swapping system does in case it identifies the illegal page for the swapping?

  • Q : Static and dynamic modeling in

    Illustrate in brief the term static and dynamic modeling in programming?

  • Q : State the term tombstone lifetime

    State the term tombstone lifetime attribute?

  • Q : What is decimal Decimal: The number

    Decimal: The number representation in decimal is base 10. In base 10, the digits 0 to 9 are utilized. Digit positions symbolize successive powers of 10.

  • Q : What is an Exception Exception : An

    Exception: An object symbolizing the occurrence of an exceptional circumstance - usually, something which has gone wrong in the smooth running of a program. Exception objects are made from classes which expand the Throwable class.

  • Q : Define Radio buttons Radio buttons : It

    Radio buttons: It is a group of selectable components in which merely one component might be selected. The selection of one of the group that causes the previously chosen component to be deselected.

  • Q : What is UNIX Explain, what is UNIX?

    Explain, what is UNIX?

  • Q : What are good examples of XHTML

    What are the good examples of XHTML elements along with contents?

  • Q : What is Class header Class header : It

    Class header: It is a header of class definition. The header provides a name to the class and states its access. It too explains whether the class expands a super class or implements any interfaces.