I think we could try to extend the standard Swing components (JTextField, etc.) to also support the middle mouse button;
I have added middle mouse button support to single-line text fields [1], and I have revised the implementation for our custom text areas. I decided to either copy or paste text when the middle button is clicked, not both at the same time.
Feedback is welcome.