JPanel p1 = new JPanel()
What is the default Layout Manager of panel p1 that we have created?
Reveal answer
Fill a bubble to check yourself
JPanel p1 = new JPanel()
What is the default Layout Manager of panel p1 that we have created?