creo que mi problema es que jtextarea no maneja ActionListener
cutButtontm.addActionListener((ActionListener)EventHandler.create(ActionListener.class, editor, "CORTAR"));
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: No method called CORTAR on class javax.swing.JTextArea with no arguments
cutButtontm.addActionListener((ActionListener)EventHandler.create(ActionListener.class, editor, "CORTAR"));
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: No method called CORTAR on class javax.swing.JTextArea with no arguments