Startup
This commit is contained in:
@@ -120,7 +120,7 @@ import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class ScreenPanel4 extends Panel {
|
||||
public class ScreenPanel4OLD extends Panel {
|
||||
|
||||
public static final String LASER_TYPE = "Laser";
|
||||
public static final String ELECTRONS_TYPE = "Electrons";
|
||||
@@ -389,7 +389,7 @@ public class ScreenPanel4 extends Panel {
|
||||
Text imagePauseOverlay;
|
||||
final Console console;
|
||||
|
||||
public ScreenPanel4() {
|
||||
public ScreenPanel4OLD() {
|
||||
try {
|
||||
initComponents();
|
||||
spinnerThreshold.setVisible(false);
|
||||
@@ -684,7 +684,7 @@ public class ScreenPanel4 extends Panel {
|
||||
try {
|
||||
onMarkerChanged();
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(ScreenPanel4.class.getName()).log(Level.WARNING, null, ex);
|
||||
Logger.getLogger(ScreenPanel5.class.getName()).log(Level.WARNING, null, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
1299
plugins/ScreenPanel5.form
Normal file
1299
plugins/ScreenPanel5.form
Normal file
File diff suppressed because it is too large
Load Diff
4393
plugins/ScreenPanel5.java
Normal file
4393
plugins/ScreenPanel5.java
Normal file
File diff suppressed because it is too large
Load Diff
@@ -684,7 +684,7 @@ public class ScreenPanelBack extends Panel {
|
||||
try {
|
||||
onMarkerChanged();
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(ScreenPanel4.class.getName()).log(Level.WARNING, null, ex);
|
||||
Logger.getLogger(ScreenPanel5.class.getName()).log(Level.WARNING, null, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user