Add edit action to application ribbon
This commit is contained in:
parent
8d6b8a0d79
commit
1a0cc5e057
@ -706,6 +706,9 @@ public class BasicFrame extends JFrame {
|
|||||||
menu.addSeparator();
|
menu.addSeparator();
|
||||||
|
|
||||||
|
|
||||||
|
item = new JMenuItem(actions.getEditAction());
|
||||||
|
menu.add(item);
|
||||||
|
|
||||||
item = new JMenuItem(actions.getCutAction());
|
item = new JMenuItem(actions.getCutAction());
|
||||||
menu.add(item);
|
menu.add(item);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user