+1 vote
in JAVA by

What is a layout manager and What are different types of layout managers available in java AWT in Java?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
+1 vote
asked May 12, 2021 in JAVA by rajeshsharma
...