diff --git a/config/plugins.properties b/config/plugins.properties
index 6fca4cc..8fe6635 100644
--- a/config/plugins.properties
+++ b/config/plugins.properties
@@ -1,3 +1,4 @@
+ShottkyScan.java=enabled
Correlation.java=disabled
Cameras.java=disabled
ScreenPanel.java=disabled
diff --git a/plugins/ShottkyScan.form b/plugins/ShottkyScan.form
index e97c4b8..5c40012 100644
--- a/plugins/ShottkyScan.form
+++ b/plugins/ShottkyScan.form
@@ -26,7 +26,7 @@
-
+
@@ -200,7 +200,7 @@
-
+
diff --git a/plugins/ShottkyScan.java b/plugins/ShottkyScan.java
index 7aada42..04f89a4 100644
--- a/plugins/ShottkyScan.java
+++ b/plugins/ShottkyScan.java
@@ -103,7 +103,7 @@ public class ShottkyScan extends Panel {
spinnerSamples.setModel(new javax.swing.SpinnerNumberModel(1, 1, 50, 1));
jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.TRAILING);
- jLabel4.setText("Number of Samples:");
+ jLabel4.setText("Nb Samples:");
spinnerStart.setModel(new javax.swing.SpinnerNumberModel(0.0d, -45.0d, 360.0d, 1.0d));
@@ -182,7 +182,7 @@ public class ShottkyScan extends Panel {
.addGroup(layout.createSequentialGroup()
.addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
- .addComponent(linePlotJFree1, javax.swing.GroupLayout.DEFAULT_SIZE, 344, Short.MAX_VALUE)
+ .addComponent(linePlotJFree1, javax.swing.GroupLayout.DEFAULT_SIZE, 393, Short.MAX_VALUE)
.addContainerGap())
);