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.
我创建了一个JTable并且我想在运行时为单元格设置颜色。在这种情况下,我使用表格创建了一个日历。我在此表中使用默认表模型来添加行和列。
JTable
如何为表格中的单元格着色?
首先看一下如何使用表格,特别是使用自定义渲染器
基本上,列的呈现是通过使用 a提供的TableCellRenderer,这使您能够决定在运行时应如何呈现特定单元格。
TableCellRenderer
TableCellRenderer与给定Class类型或表列相关联
Class