https://github.com/msh-trojan/java_21_border_layout_test_1
The Program depicting that if we have border layout would it change our positioning even after maximazing the window or not, which happened to be false because in border layout the components stay to the determined sides even after re-scaling.
https://github.com/msh-trojan/java_21_border_layout_test_1
border-layout graphics gui-component java jframe
Last synced: about 1 year ago
JSON representation
The Program depicting that if we have border layout would it change our positioning even after maximazing the window or not, which happened to be false because in border layout the components stay to the determined sides even after re-scaling.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_border_layout_test_1
- Owner: MSH-trojan
- Created: 2024-09-10T22:13:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:21:23.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T10:59:55.342Z (about 1 year ago)
- Topics: border-layout, graphics, gui-component, java, jframe
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java_21_Border_Layout_Test_1
## Overview:
this program features the difference between border and flow layouts as they differ in terms of re-scaling our size of graphical window, with flow layout becoming disoriented.
whereas for the border layout, we can see nothing but the size of the components themselves ,changes.
to be more accurate, they (components) stay on their same position as they were.