This commit is contained in:
X11MA
2016-04-01 13:40:24 +02:00
parent 968ebe0826
commit 8b7fb50998
2 changed files with 7 additions and 0 deletions

View File

@@ -314,6 +314,11 @@
</Properties>
</Component>
<Component class="javax.swing.JSpinner" name="spinnerMag">
<Properties>
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
<SpinnerModel initial="1.0" maximum="2.0" minimum="-2.0" numberType="java.lang.Double" stepSize="0.1" type="number"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel16">
<Properties>

View File

@@ -286,6 +286,8 @@ public class EnergyScan_TBT extends Panel {
buttonGroupPlot.add(radioK3);
radioK3.setText("K2 / K3");
spinnerMag.setModel(new javax.swing.SpinnerNumberModel(1.0d, -2.0d, 2.0d, 0.1d));
jLabel16.setText("B(T)");
javax.swing.GroupLayout panelParametersLayout = new javax.swing.GroupLayout(panelParameters);