diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-10-26 23:28:50 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-10-26 23:28:50 +0000 |
commit | 2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7 (patch) | |
tree | e53c89297db3d014f8c79f93c582d1cb2b123838 /java/src/IceGrid/TreeNode/ServerInstanceEditor.java | |
parent | adding JGoodies licensees to third party license files (diff) | |
download | ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.tar.bz2 ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.tar.xz ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.zip |
new icons for IceGrid
Diffstat (limited to 'java/src/IceGrid/TreeNode/ServerInstanceEditor.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/ServerInstanceEditor.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/src/IceGrid/TreeNode/ServerInstanceEditor.java b/java/src/IceGrid/TreeNode/ServerInstanceEditor.java index addfb91496f..3c53be2f043 100755 --- a/java/src/IceGrid/TreeNode/ServerInstanceEditor.java +++ b/java/src/IceGrid/TreeNode/ServerInstanceEditor.java @@ -57,7 +57,8 @@ class ServerInstanceEditor extends AbstractServerEditor //
// Template
//
- Action gotoTemplate = new AbstractAction("->")
+ Action gotoTemplate = new AbstractAction(
+ "", Utils.getIcon("/icons/16x16/goto.png"))
{
public void actionPerformed(ActionEvent e)
{
@@ -69,7 +70,7 @@ class ServerInstanceEditor extends AbstractServerEditor }
};
gotoTemplate.putValue(Action.SHORT_DESCRIPTION,
- "Goto this template");
+ "Goto this template");
_templateButton = new JButton(gotoTemplate);
//
|