diff options
Diffstat (limited to 'projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java')
| -rw-r--r-- | projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java b/projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java index 83fe97c..c91739c 100644 --- a/projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java +++ b/projects/net.wotonomy.test/src/main/java/net/wotonomy/test/TestController.java @@ -73,8 +73,10 @@ public class TestController implements ActionListener { column = new TableColumn(); column.setHeaderValue("First"); IconCellRenderer iconRenderer = new IconCellRenderer() { + private static final long serialVersionUID = 6287856165157518684L; private Icon icon = UIManager.getIcon("FileChooser.homeFolderIcon"); + @Override public Icon getIconForContext(JComponent container, Object value, int row, int col, boolean isSelected, boolean hasFocus, boolean isExpanded, boolean isLeaf) { return icon; |
