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 LASER_TYPE = "Laser";
|
||||||
public static final String ELECTRONS_TYPE = "Electrons";
|
public static final String ELECTRONS_TYPE = "Electrons";
|
||||||
@@ -389,7 +389,7 @@ public class ScreenPanel4 extends Panel {
|
|||||||
Text imagePauseOverlay;
|
Text imagePauseOverlay;
|
||||||
final Console console;
|
final Console console;
|
||||||
|
|
||||||
public ScreenPanel4() {
|
public ScreenPanel4OLD() {
|
||||||
try {
|
try {
|
||||||
initComponents();
|
initComponents();
|
||||||
spinnerThreshold.setVisible(false);
|
spinnerThreshold.setVisible(false);
|
||||||
@@ -684,7 +684,7 @@ public class ScreenPanel4 extends Panel {
|
|||||||
try {
|
try {
|
||||||
onMarkerChanged();
|
onMarkerChanged();
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
Logger.getLogger(ScreenPanel4.class.getName()).log(Level.WARNING, null, ex);
|
Logger.getLogger(ScreenPanel5.class.getName()).log(Level.WARNING, null, ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -684,7 +684,7 @@ public class ScreenPanelBack extends Panel {
|
|||||||
try {
|
try {
|
||||||
onMarkerChanged();
|
onMarkerChanged();
|
||||||
} catch (IOException ex) {
|
} 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