J
Jason Cavett
How do I override the operating system so that it does not handle
Cut/Copy/Paste for me and instead lets me handle it. In my GUI, the
listeners handle Cut/Copy/Paste from the menu, but I cannot seem to get
Ctrl+X, Ctrl+C, Ctrl+V to be handled by those same listeners (even
though I can with all the other items in the menus via:
newMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N,
ActionEvent.CTRL_MASK));
Thanks
Cut/Copy/Paste for me and instead lets me handle it. In my GUI, the
listeners handle Cut/Copy/Paste from the menu, but I cannot seem to get
Ctrl+X, Ctrl+C, Ctrl+V to be handled by those same listeners (even
though I can with all the other items in the menus via:
newMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N,
ActionEvent.CTRL_MASK));
Thanks