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.
我想将 JPanel 添加到 JTable 的列标题中。搜索了很多,但找不到任何答案。请帮助我。
谢谢你。
不是直接的。
如果要更改单元格的外观,则需要编写自定义单元格渲染器:
http://www.coderanch.com/t/339979/GUI/java/Adding-JComboBox-JTable-header。这是与您的要求类似的链接。Jtable 标头中的 JComboBox 插入了 jpanel。这应该可以帮助你。同意 paulsm4。