62,568
社区成员




public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
Component cell = super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
ImageIcon icon1 = new ImageIcon(getClass().getResource("form1.png"));
setIcon(icon1);
setText("Work time");