Jump to content

Clipboard


daafganggdg

Recommended Posts

Hello guys,

It's actually more of a Java question.

How can i get the Clipboard content?

So, when I for example copy my own text here, how can I get it into a String in my mod?

I'v already tried that:

String myString = Toolkit.getDefaultToolkit().getSystemClipboard ().toString()

but my string only becomes to "[email protected]@736aca24"

instead of the copied text

Link to comment
Share on other sites

Yes, to be clear: in Java many objects have a toString() method.  This is NOT for returning a string related to the functionality of the object, rather it is meant to create a String description of the class itself.  For more see: http://www.javapractices.com/topic/TopicAction.do?Id=55

 

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.