I've a signed applet (which verifies correctly with jarsigner
) that for some reason will not allow copy and paste from the system clipboard into a JTextField
despite the documentation telling me that it is supposed to work for signed applets.
Furthermore, I've other applets which are signed with the same keyfile that do let me copy and paste text. I have searched high and low on the internet and can't seem to find any clues. What is making me pull my hair out is that there seems to be no way to debug this (no output in the console - no thrown exceptions).
Does any one have any ideas on how I can debug this to find out why Java doesn't like this particular applet?
Many thanks for any suggestions!