Skip to content
Snippets Groups Projects
Commit 2fb57a18 authored by Richard Alam's avatar Richard Alam
Browse files

- remove frame when stopping desktop sharing

parent 23e124ac
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -30,6 +30,7 @@ public class ScreenRegionSharer implements ScreenSharer {
}
public void stop() {
frame.setVisible(false);
sharer.stopSharing();
System.out.println(NAME + "Closing Screen Capture Frame");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment