Closedown
This commit is contained in:
@@ -167,8 +167,9 @@ public class EnergyScan extends Panel {
|
||||
}
|
||||
|
||||
void plot() {
|
||||
try {
|
||||
if ((scanPlot!=null) && (scanSeries!=null) && scanPlot.isShowing()){
|
||||
try {
|
||||
if ((scanPlot!=null) && (scanSeries!=null) && scanPlot.isShowing()&& (count!=null)){
|
||||
scanPlot.setTitle("hhh");
|
||||
Integer c = count.take();
|
||||
if (c == null) {
|
||||
scanSeries.clear();
|
||||
|
||||
Reference in New Issue
Block a user