Copy, Cut and Paste

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MahalakshmiVasudevan
    New Member
    • Apr 2007
    • 1

    #1

    Copy, Cut and Paste

    Hi ,
    I created a texteditor program but I am not able to do paste with replaceText() command
    Can any one help me
    Maha.
  • hirak1984
    Contributor
    • Jan 2007
    • 316

    #2
    can you post the code snippet you'd used?
    and errors if any!!
    Originally posted by MahalakshmiVasu devan
    Hi ,
    I created a texteditor program but I am not able to do paste with replaceText() command
    Can any one help me
    Maha.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by MahalakshmiVasu devan
      Hi ,
      I created a texteditor program but I am not able to do paste with replaceText() command
      Can any one help me
      Maha.
      If you're using a JTextComponent note that it has copy(), cut() and paste()
      methods.

      kind regards,

      Jos
      Last edited by JosAH; Apr 12 '07, 07:16 PM. Reason: I changed your topic title to something more appropriate

      Comment

      Working...