diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-10-31 22:16:11 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-10-31 22:16:11 +0000 |
commit | 3becfd7eb6392bd763a034759972e0276ab1ae3f (patch) | |
tree | 334f1ce6ea1bd440df7a960a9b2a34f09ff7b7dd /java/src/IceGrid/TreeNode/Application.java | |
parent | copying and warranty (diff) | |
download | ice-3becfd7eb6392bd763a034759972e0276ab1ae3f.tar.bz2 ice-3becfd7eb6392bd763a034759972e0276ab1ae3f.tar.xz ice-3becfd7eb6392bd763a034759972e0276ab1ae3f.zip |
Updated icons
Diffstat (limited to 'java/src/IceGrid/TreeNode/Application.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/Application.java | 4 |
1 files changed, 2 insertions, 2 deletions
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(
|