An open API service indexing awesome lists of open source software.

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.

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.