copy detail screen?

I have a detail screen (JDialog), and the user would like to copy everything (mostly jlabels and jtextfields) using ctrl+c or menu item.anyone how to do this, or can direct me somewhere?
[193 byte] By [llpindda] at [2007-11-26 15:38:47]
# 1
Add a listener to the container, and in your copy code, add each components text to a StringBuffer (are we supposed to use StringBuilder now?)
macrules2a at 2007-7-8 21:57:02 > top of Java-index,Desktop,Core GUI APIs...