| | |
| | | /**
|
| | | * Repository name cell renderer. This renderer shows the group name in a gray
|
| | | * color and accentuates the repository name in a cornflower blue color.
|
| | | * |
| | | *
|
| | | * @author James Moger
|
| | | * |
| | | *
|
| | | */
|
| | | public class NameRenderer extends DefaultTableCellRenderer implements ListCellRenderer {
|
| | |
|
| | |
| | | return sb.toString();
|
| | | }
|
| | |
|
| | | @Override
|
| | | public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected,
|
| | | boolean hasFocus, int row, int column) {
|
| | | super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
|