Copy paste functionality in AWT Canvas
Hi,
We have created java applet using AWT Canvas. Only text has been displayed in this canvas. Now we want to give copy paste functionality in this applet.
Please guide us how we can achieve this functionality.
Please reply ASAP as it is very much required functionality.
Thanks,
Ayaz Shaikh
Re: Copy paste functionality in AWT Canvas
I deleted your duplicate post in the Applets forum, but you've still crossposted this on other sites: Copy paste functionality in AWT Canvas
Please read the link in my signature on asking questions the smart way, especially the bits about crossposting, asking specific questions, and not mentioning the urgency of your request.
Re: Copy paste functionality in AWT Canvas
Why on earth would you want to use AWT Canvas, which was superseded by Swing JComponent/JPanel more than 10 years ago?
db