Closedown
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
ShottkyScan.java=enabled
|
||||
Correlation.java=disabled
|
||||
Cameras.java=disabled
|
||||
ScreenPanel.java=disabled
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="linePlotJFree1" pref="344" max="32767" attributes="0"/>
|
||||
<Component id="linePlotJFree1" pref="393" max="32767" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
@@ -200,7 +200,7 @@
|
||||
<Component class="javax.swing.JLabel" name="jLabel4">
|
||||
<Properties>
|
||||
<Property name="horizontalAlignment" type="int" value="11"/>
|
||||
<Property name="text" type="java.lang.String" value="Number of Samples:"/>
|
||||
<Property name="text" type="java.lang.String" value="Nb Samples:"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JSpinner" name="spinnerStart">
|
||||
|
||||
@@ -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())
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user