Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4702
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: copy paste and JTextField |
| References | <1alb87lqlicsp72um8o9f23jvo3si2khdp@4ax.com> |
| Message-ID | <wMmhq.116$x14.48@newsfe22.iad> (permalink) |
| Date | 2011-09-30 10:13 -0700 |
On 9/30/11 7:45 AM, Roedy Green wrote: > I have an Applet that has a JTextField. I can key into it fine, but I > can't Ctrl-V into it. It works fine as an Application, but not as an > Applet. > > I seem to remember this working fine a few years ago. Since then I > migrated to Windows 7 64 bit and Java 7.0 > > I tried this on half a dozen browsers, all with the same result. > > What's the deal? Without copy/paste an Applet is only 30% as useful. I seem to recall it has something to do with permissions to access the system clipboard. It should work if your applet is signed appropriately. Sorry, I don't know more details off the top of my head, but Hopefully that gives you enough to dig further.
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
copy paste and JTextField Roedy Green <see_website@mindprod.com.invalid> - 2011-09-30 07:45 -0700
Re: copy paste and JTextField Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-09-30 10:13 -0700
Re: copy paste and JTextField Roedy Green <see_website@mindprod.com.invalid> - 2011-10-01 04:59 -0700
Re: copy paste and JTextField Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-10-01 17:44 +0200
Re: copy paste and JTextField Roedy Green <see_website@mindprod.com.invalid> - 2011-10-01 22:22 -0700
Re: copy paste and JTextField Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-10-02 14:16 +0200
Re: copy paste and JTextField Roedy Green <see_website@mindprod.com.invalid> - 2011-10-02 06:28 -0700
Re: copy paste and JTextField Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-10-02 16:07 +0200
Re: copy paste and JTextField Roedy Green <see_website@mindprod.com.invalid> - 2011-10-02 09:00 -0700
csiph-web