01.2025
This commit is contained in:
@@ -314,6 +314,7 @@ public class WireScan extends Panel {
|
||||
}
|
||||
|
||||
|
||||
JDialog dlgRaw;
|
||||
void showBlmRawData(String blm){
|
||||
try {
|
||||
if ((blm==null) || (blm.isEmpty())){
|
||||
@@ -324,10 +325,11 @@ public class WireScan extends Panel {
|
||||
//dev.setPolling(1000);
|
||||
dev.setMonitored(true);
|
||||
dev.initialize();
|
||||
DeviceValueChart chart = new DeviceValueChart();
|
||||
JDialog dlg = SwingUtils.showDialog((Window)this.getTopLevel(), blm, new Dimension(600,400), chart);
|
||||
DeviceValueChart chart = new DeviceValueChart();
|
||||
dlgRaw= SwingUtils.showDialog((Window)this.getTopLevel(), blm, new Dimension(600,400), chart);
|
||||
chart.setDevice(dev);
|
||||
dlg.addWindowListener(new WindowAdapter() {
|
||||
chart.setInterval(200);
|
||||
dlgRaw.addWindowListener(new WindowAdapter() {
|
||||
@Override
|
||||
public void windowClosing(WindowEvent e) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user