Valhalla Legends Archive

Programming => General Programming => Java Programming => Topic started by: iago on April 01, 2004, 11:30 AM

Title: Using the Clipboard
Post by: iago on April 01, 2004, 11:30 AM
Somebody (I think kp, maybe?  Not sure) was trying to figure out how to use the clipboard in Java, and nobody knew.  I happened to notice the necessary functions in here today:
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Toolkit.html
Title: Re: Using the Clipboard
Post by: gameschild on September 25, 2005, 09:09 PM
Some components also support the copy(), cut() and paste() methods if you wish to add context menu's