Add screenshots for click train detector help

This commit is contained in:
Jamie Mac 2022-02-21 16:45:09 +00:00
parent 15f9e02308
commit f6cce59ac1
8 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -46,7 +46,7 @@ public class DWVConverter {
}
public void start() {
dwvWorker = new DWVWorker();
dwvWorker = new DWVWorker();
keepRunning = true;
dwvWorker.execute();
}

View File

@ -398,6 +398,8 @@ public class ImportBCLDialog extends PamDialog {
public void done() {
dwvConverter = null;
enableControls();
//update the datamap to show the new clicks.
PamController.getInstance().updateDataMap();
}
}