Java AWT #7 | BorderLayout

Опубликовано: 05 Март 2025
на канале: Java Mitra
381
4

java.awt.BorderLayout
It is the default layout form java.awt.Frame.

The discussion is involved for
1. use of BorderLayout,
2. behavior of this layout on container,
3. adding component in specific region,
4. how to add multiple component in specific region
Previous video:
AWT application : Part 6
   • Java AWT #6 | FlowLayoutManager