From 22012044952d648f698ea08d7fc60c3ce9ad4526 Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 24 Aug 2015 18:39:16 +0200 Subject: [PATCH] Closedown --- plugins/HystScan.form | 6 +++++- plugins/HystScan.java | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/HystScan.form b/plugins/HystScan.form index e33deb6..3844e3e 100644 --- a/plugins/HystScan.form +++ b/plugins/HystScan.form @@ -1,6 +1,6 @@ -
+ @@ -262,6 +262,10 @@ + + + + diff --git a/plugins/HystScan.java b/plugins/HystScan.java index d1c6c12..290ae89 100644 --- a/plugins/HystScan.java +++ b/plugins/HystScan.java @@ -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);