Layout - Relative to screensize
问题 So I am a computer science student and I've finished my first year. I wanted to create a simple program and I realized that I am so tired of using no layout; this.setLayout(null); It is so tiresome to add bounds to every single component. Well, I have been using JPanel components and GridLayout a lot, which have made my work a bit easier. But I am tired of it. I care very much about the look of the GUI I make and use almost half the time programming to make the GUI look good before I start