Hi there,
I've got a JTable from which I want to copy its entire contents to the clipboard.
When I use the mouse to select a range of cells and press CTRL+C, this works just fine.
However, I've created a button that automatically selects all cells (using the code below); when I press CTRL+C...