Closedown

This commit is contained in:
x07maop
2015-08-24 18:39:16 +02:00
parent 6fb8f7d1af
commit 2201204495
2 changed files with 7 additions and 1 deletions

View File

@@ -251,6 +251,8 @@ public class HystScan extends Panel {
return canEdit [columnIndex];
}
});
tableEnergies.setRowSelectionAllowed(false);
tableEnergies.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
jScrollPane1.setViewportView(tableEnergies);
jLabel13.setHorizontalAlignment(javax.swing.SwingConstants.TRAILING);