Last active
May 29, 2019 02:39
-
-
Save rodriguesabner/3cd33974774fe0824a6b0289807ac28c to your computer and use it in GitHub Desktop.
Medium Variaveis Globais
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private WebcamPanel panel = null; | |
private Webcam webcam = null; | |
private static final long serialVersionUID = 6441489157408381878L; | |
private Executor executor = Executors.newSingleThreadExecutor(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment