Add duplicate button to design tab
This commit is contained in:
parent
49658600b7
commit
9e7a48261e
@ -354,6 +354,11 @@ public class BasicFrame extends JFrame {
|
||||
button = new SelectColorButton(actions.getEditAction());
|
||||
button.setIcon(null);
|
||||
button.setMnemonic(0);
|
||||
panel.add(button, "sizegroup buttons, gaptop 20%");
|
||||
|
||||
button = new SelectColorButton(actions.getDuplicateAction());
|
||||
button.setIcon(null);
|
||||
button.setMnemonic(0);
|
||||
panel.add(button, "sizegroup buttons");
|
||||
|
||||
button = new SelectColorButton(actions.getDeleteAction());
|
||||
|
Loading…
x
Reference in New Issue
Block a user