5960616263646566676869
boolean isSelected, boolean cellHasFocus) { JPanel cell = new JPanel(); if (value != null) cell.add(new PlayerToken((Integer)value)); if (isSelected) cell.setBackground(list.getSelectionBackground()); return cell;