posted 21 years ago
i want to implement cut, copy, paste n select all option for JTextPane........
By using this statement below.....
Clipboard clipbd = Toolkit.getDefaultToolkit().getSystemClipboard()
these operations r getting implemented through..
Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A...
but my problem is how to implement them through ActionListener.....
that is when a user clicks the buttons of cut, copy, paste...n select..etc..