---
title: "Which containers use a FlowLayout as their default layout in java?"  
description: "Which containers use a FlowLayout as their default layout in java?"  
author: "Sumit Kesarwani"  
published: 2014-09-28  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2194/which-containers-use-a-flowlayout-as-their-default-layout-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Which containers use a FlowLayout as their default layout in java?

The Panel and Applet classes use the FlowLayout as their default layout.

## Answers

### Answer by Sumit Kesarwani

The Panel and Applet classes use the FlowLayout as their default layout.


---

Original Source: https://www.mindstick.com/interview/2194/which-containers-use-a-flowlayout-as-their-default-layout-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
