The Artima Developer Community
Sponsored Link

Java Answers Forum
excel/jtable copy/paste in applet(netscape)

1 reply on 1 page. Most recent reply: Oct 31, 2002 12:01 AM by Paul Casey

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
bobbito

Posts: 1
Nickname: petticash
Registered: Jul, 2002

excel/jtable copy/paste in applet(netscape) Posted: Jul 11, 2002 6:19 AM
Reply to this message Reply
Advertisement
hello,
i've found the copy-paste functionality between jtables and excel documents and it works great running in my java coding program (jbuilder) but when i open the applet in netscape it won't allow pasting in the jtable from keyboard commands, (it will allow me to edit the table though). are there any suggestions on why the keyboard commands don't respond in the applet when viewed in a browser?
Thanks,
bob


Paul Casey

Posts: 1
Nickname: case
Registered: Oct, 2002

Re: excel/jtable copy/paste in applet(netscape) Posted: Oct 31, 2002 12:01 AM
Reply to this message Reply
You need to have acces to the clipboard which is a system resource. You need to get permission to access that. Like a signed applet or by changing you java security policy (in java 1.3 at least)

Flat View: This topic has 1 reply on 1 page
Topic: connecting to COM dll in Java Previous Topic   Next Topic Topic: Differece between Class.forName() and new

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use