1. ToolbarDecorators added for some new icons

2. Duplicate icons removed
3. ToolbarDecorator: Disabling extra actions if context component disabled
4. ToolbarDecorator: Setter for add action.
This commit is contained in:
Evgeny Zakrevsky
2012-05-19 02:24:39 +04:00
parent 0556eb708c
commit 734a8b6db4
108 changed files with 556 additions and 761 deletions
@@ -49,7 +49,7 @@ public class ConfigurationArgumentsHelpArea extends JPanel {
);
FixedSizeButton copyButton = new FixedSizeButton(22);
copyButton.setIcon(PlatformIcons.DUPLICATE_ICON);
copyButton.setIcon(PlatformIcons.COPY_ICON);
copyButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {