right click cut paste for Input dialog box
Dear Java Gurus, :)
Please help me with this or let me whether it is doable or not?.
I am trying to incorporate right-click-pop-menu to enable cut/copy/paste to the text area for the
JOptionPane.showInputDialog(vApplet, "Text:", "pg",JOptionPane.QUESTION_MESSAGE, null, null, someTxt);)
The text area for this input dialog must have a right click cut paste functionality
I know cntrl+x and cntrl+v is from keyboard only.
How do I accomplish this?
Harsha

