This is a Clojure Java interop problem.If you are doing GUI
programming with Swing in Clojure this is a real problem. The
question is how do you subclass (?) a built-in swing operation to
extend it to include your own code.After the paste, I want to do
something to the pasted text.This
You have probably mistaken this clojure group for another ...
2010/9/30 WoodHacker
> I have a keyboard paste problem, but I think it has more general
> interest. When the user types Control V in a JTextPane, data from
> the clipboard will be pasted into the text. I want to act on that
> past