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.
我可以使用 向表格添加按钮TableCellRender,但这些按钮看起来与普通按钮不同,例如,当鼠标悬停时,没有翻转效果。任何人都知道如何使表格中的按钮外观和感觉与普通按钮相同?
TableCellRender
链接中提供的简短示例演示了复选框渲染器的方法。该示例扩展了默认的 BooleanRenderer。唯一的变化是 getModel().setRollover(...) 在getTableCellRendererComponent()
getTableCellRendererComponent()
JTable 复选框中的翻转效果 。
希望此链接通过在 Jtable 中为您的 Button 实现来帮助您实现翻转效果。