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
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)