Index: jbidwatcher/trunk/src/com/jbidwatcher/ui/myTableCellRenderer.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/ui/myTableCellRenderer.java (revision 1022) +++ jbidwatcher/trunk/src/com/jbidwatcher/ui/myTableCellRenderer.java (revision 1023) @@ -73,7 +73,8 @@ int row, int column) { column = table.convertColumnIndexToModel(column); if(value instanceof Icon) { - setHorizontalAlignment(JLabel.CENTER); + setHorizontalAlignment(SwingConstants.CENTER); + setVerticalAlignment(SwingConstants.CENTER); } else { setHorizontalAlignment(JLabel.LEFT); }