Startup
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user