Skip to content

Instantly share code, notes, and snippets.

@rodriguesabner
Last active May 29, 2019 02:40
Show Gist options
  • Save rodriguesabner/483ac2118db891742eea0e5c3359c824 to your computer and use it in GitHub Desktop.
Save rodriguesabner/483ac2118db891742eea0e5c3359c824 to your computer and use it in GitHub Desktop.
Variáveis com a implementação
public class Menu extends javax.swing.JFrame implements Runnable, ThreadFactory {
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