summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java b/base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java
index ea41f6b45..e3682c248 100644
--- a/base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java
+++ b/base/console/src/com/netscape/admin/certsrv/LabelCellRenderer.java
@@ -42,7 +42,7 @@ public class LabelCellRenderer
public final static Color HIGHLIGHTCOLOR = new Color(0, 0, 128);
public final static Color WHITECOLOR = Color.white;
public final static Color BLACKCOLOR = Color.black;
-
+
/*==========================================================
* constructors
*==========================================================*/
@@ -77,9 +77,9 @@ public class LabelCellRenderer
int row, int column) {
if(value == null) {
- value = table.getModel().getValueAt(row, column);
+ value = table.getModel().getValueAt(row, column);
}
- this.value.setValue(value);
+ this.value.setValue(value);
component.setBackground(isSelected ? HIGHLIGHTCOLOR : WHITECOLOR);
component.setForeground(isSelected ? WHITECOLOR : BLACKCOLOR);
return component;
@@ -108,7 +108,7 @@ public class LabelCellRenderer
((JLabel)component).setToolTipText(((JLabel)x).getToolTipText());
}
}
-
+
}
}