From 3becfd7eb6392bd763a034759972e0276ab1ae3f Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 31 Oct 2005 22:16:11 +0000 Subject: Updated icons --- java/src/IceGrid/TreeNode/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src/IceGrid/TreeNode/Application.java') diff --git a/java/src/IceGrid/TreeNode/Application.java b/java/src/IceGrid/TreeNode/Application.java index 204ba0c50f9..9c90f5fdb10 100755 --- a/java/src/IceGrid/TreeNode/Application.java +++ b/java/src/IceGrid/TreeNode/Application.java @@ -69,9 +69,9 @@ public class Application extends EditableParent { _cellRenderer = new DefaultTreeCellRenderer(); _cellRenderer.setOpenIcon( - Utils.getIcon("/icons/16x16/application.png")); + Utils.getIcon("/icons/16x16/application_open.png")); _cellRenderer.setClosedIcon( - Utils.getIcon("/icons/16x16/application.png")); + Utils.getIcon("/icons/16x16/application_closed.png")); } return _cellRenderer.getTreeCellRendererComponent( -- cgit v1.2.3