Java Swing GridLayout “Cell span”?

后端 未结 1 1801
梦毁少年i
梦毁少年i 2021-01-01 23:39

Is there a way to make a single element in a Grid layout take up more than 1 location in a grid. Example: I want to create a textbox that takes up an entire grid row, is t

相关标签:
1条回答
  • 2021-01-02 00:06

    Use GridBagLayout instead.

    0 讨论(0)
提交回复
热议问题