-1

I create a JFrame and I want two panels one above and one below dividing the JFrame in two.

InicioAdministrador is the JFrame

InicioPartida is the JPanel

I created everything with visual editor.

4

2 回答 2

1

您将需要布局管理器的众多可能选择之一。我可以在这里解释一下,但我认为http://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html会做得更好;)

于 2013-10-15T15:26:00.577 回答
1

为此,您可以使用单个列GridLayout。它将在组件之间平均分配空间。

也可以看看:

于 2013-10-15T21:20:16.170 回答