Tuesday, October 12, 2010

How to Change the Selection Mode in a Java JTable

JTable table;
.
.
.
table.setSelectionMode(ListSeletionModel.SINGLE_INTERVAL_SELECT);

No comments: