• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Add pop up right-click-menu to JOptionPane.showInputDialog

 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
[ January 15, 2004: Message edited by: Harsha Jay ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic