MainPanel prototype

This commit is contained in:
gac-S_Changer
2018-05-02 11:18:26 +02:00
parent d8ea628d9f
commit 8f3409060b
4 changed files with 68 additions and 41 deletions

View File

@@ -181,4 +181,9 @@ public class Controller {
updateView();
}
public void clearImageDetection() throws Context.ContextStateException {
getMainFrame().evalAsync("clear_detection(None)");
updateView();
}
}