Editing JTable

Hello, i'm new here.i have a JTable created to allow users to edit data in it. How do i implement editing operations like cut, copy, paste, undo, redo which will be triggered by buttons on the JTable?
[215 byte] By [WSDa] at [2007-11-27 0:15:28]
«« sleep
»» need help
# 1
here's a good place to start: http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html#undo
dberanskya at 2007-7-11 22:02:20 > top of Java-index,Desktop,Core GUI APIs...