mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user