Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有几个JTextFields 和JTables 的 GUI,我希望能够在运行应用程序后动态重新调整表格大小,因此用户可以通过单击边框并拖动它来增加表格的大小。
JTextField
JTable
我正在考虑这个选项或这篇文章,但不确定这是否是我需要的。
JTables 与表格滚动条相结合,而 GUI 使用JPanelwith JGoodiesFormLayout,因为它使处理行和列变得非常容易。
JPanel
JGoodiesFormLayout
用于JSplitPanes划分您希望允许用户指定组件限制的 GUI。
JSplitPanes