Share this page 

Disable row selection in a JTableTag(s): Swing


aTable.setRowSelectionAllowed(false);
aTable.setColumnSelectionAllowed(false);
aTable.setCellSelectionEnabled(false);

mail_outline
Send comment, question or suggestion to howto@rgagnon.com