This commit is contained in:
@@ -302,8 +302,7 @@ public class WireScan extends Panel {
|
||||
dev.setMonitored(true);
|
||||
dev.initialize();
|
||||
DeviceValueChart chart = new DeviceValueChart();
|
||||
JDialog dlg = SwingUtils.showDialog((Window)this.getTopLevel(), blm, new Dimension(600,400), chart);
|
||||
chart = null;
|
||||
JDialog dlg = SwingUtils.showDialog((Window)this.getTopLevel(), blm, new Dimension(600,400), chart);
|
||||
chart.setDevice(dev);
|
||||
dlg.addWindowListener(new WindowAdapter() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user