This commit is contained in:
2019-08-08 11:21:04 +02:00
parent c062b23ba5
commit 67a904050a
5 changed files with 5696 additions and 4 deletions
@@ -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
+1 -1
View File
@@ -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);
} }
} }
} }