Posted By:
Dan_North
Posted On:
Saturday, October 6, 2001 09:27 AM
I'm working on a nifty little Java Program that inverts text using
java.util.Stack
(very useful, I know), But I would like to
know if there is a method in Java to copy the text that I invert
into the clipboard. That is, is there a way to automate
the "ctrl-c"?
Or if I was writing a more useful Java application,
such as a word processor, how would I write the
"Copy" functionality for the "Edit" menu?
Thanks millions,
-dAn-