diff --git a/Info Datei Nur für Alpha b/Info Datei Nur für Alpha index 4c33c0f..b3ff14e 100644 --- a/Info Datei Nur für Alpha +++ b/Info Datei Nur für Alpha @@ -1,4 +1,9 @@ Java AWT | BorderLayout Class + +https://www.geeksforgeeks.org/java-awt-borderlayout-class/ + + + BorderLayout is the default layout for the window objects such as JFrame, JWindow, JDialog, JInternalFrame etc. BorderLayout arranges the components in the five regions. Four sides are referred to as north, south, east, and west. The middle part is called the center. Each region can contain only one component and is identified by a corresponding constant as NORTH, SOUTH, EAST, WEST, and CENTER. Constructors: