The Artima Developer Community
Sponsored Link

Java Answers Forum
Please help me! problem with copy

2 replies on 1 page. Most recent reply: Jan 9, 2003 6:16 AM by wouter vegter

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
wouter vegter

Posts: 3
Nickname: gameeditor
Registered: Jan, 2003

Please help me! problem with copy Posted: Jan 8, 2003 1:58 PM
Reply to this message Reply
Advertisement
in some programs you can copy some text if you select some text and then choose copy. Is threre any "copy" command so that you can copy a String to the clipboard and then paste it (afterwards) in a text editor?


Douglas

Posts: 1
Nickname: douglas
Registered: Jan, 2003

Re: Please help me! problem with copy Posted: Jan 8, 2003 3:13 PM
Reply to this message Reply
In an applet:
You can copy from one textfield to another textfield (or text areas). If you're using j2, you can copy to the clipboard but you have to go through a lot of hoops.

In an application:
You can copy directly to the clipboard using ctl-c.

wouter vegter

Posts: 3
Nickname: gameeditor
Registered: Jan, 2003

Please help me! problem with copy Posted: Jan 9, 2003 6:16 AM
Reply to this message Reply
Thanks for your reaction but can you give more details about: "If you're using j2, you can copy to the clipboard but you have to go through a lot of hoops." I'm using J2 and I want it to do it in an applet.

Thanks!

Flat View: This topic has 2 replies on 1 page
Topic: jsdk Previous Topic   Next Topic Topic: OSX, Java, Packages.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use