Closedown

This commit is contained in:
x07maop
2015-06-23 10:47:00 +02:00
parent a335a62e34
commit eb3f77ab7c

View File

@@ -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();