Startup
This commit is contained in:
@@ -132,12 +132,12 @@ public class LaserGunAlignment extends Panel {
|
||||
jPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder("Parameters"));
|
||||
|
||||
jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);
|
||||
jLabel1.setText("I1:");
|
||||
jLabel1.setText("phi_start");
|
||||
|
||||
spinnerI1.setModel(new javax.swing.SpinnerNumberModel(95.0d, 50.0d, 150.0d, 1.0d));
|
||||
|
||||
jLabel2.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);
|
||||
jLabel2.setText("I2:");
|
||||
jLabel2.setText("phi_end:");
|
||||
|
||||
spinnerI2.setModel(new javax.swing.SpinnerNumberModel(100.0d, 50.0d, 150.0d, 1.0d));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user