Re: Copy/Paste Problem in JDialog
Rohit Gupta wrote:
Huh? You can have a JFrame (application) that pops
a JDialog which can copy/paste, with no problem.
But if you mean to have the unsigned applet pop a
JFrame, you will hit the exact same problem as with
the unsigned applet showing a JDialog.
'Security sand-box - cannot copy'
I am popping up a JFrame which has a TextArea and I can copy, paste
from it. I don't get the Security problem.
Also in the bug as told by Nigel
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6300270
??? Yes. I looked at it. I can see no relevance this this problem.
The source I posted supports that view. I could copy from the
JDialog that was popped out of the frame.
The behaviour you are seeing is no bug.
says that only when you try to use the Modal property you get the
problem. I am getting it able to work using a Frame.
I *saw* the copy working for the modal dialog that
was produced out of the application launched from
the command line.
What did you see?
Andrew T.