且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jtable单元中的按钮和文本框对齐

更新时间:2023-12-03 18:11:16

带有BorderLayoutJPanel,您将JTextField放入BorderLayout.CENTER并将JButton放入BorderLayout.EAST

A JPanel with BorderLayout where you put the JTextField in the BorderLayout.CENTER and the JButton in the BorderLayout.EAST should do it.

以及供以后参考:将布局管理器的可视指南添加为书签如果您正在寻找LayoutManager

And for future reference: bookmark the Visual guide to layout managers if you are looking for a LayoutManager