你如何使用网格袋布局?所有的pady和所有这些都意味着什么。没有正确的在线教程。
答案 0 :(得分:4)
你真的搜索过吗? This是一个很好的(来自官方消息来源)
答案 1 :(得分:0)
我对gridbaglayout不太确定,但gridlayout非常简单。你只是说
frame.setLayout(new GridLayout(number of rows, number of columns, spacing, spacing from top));
像那样。
答案 2 :(得分:0)
Totally Gridbag
答案 3 :(得分:-2)
您还可以将布局设置为null
并使用setBounds(x, y, length, height)
方法手动放置