What is default layout manager gor dialog class in java
Answers
Answered by
0
Java technology provides the following Layout Managers, each of which implements the Layout Manager interface. The Flow Layout is the default Layout Manager for Panel, and hence the Applet class. The Border Layout is the default Layout Manager for Window class and its subclasses (Frame and Dialog).
Similar questions