Skip to content

Instantly share code, notes, and snippets.

View rodriguesabner's full-sized avatar

Abner Rodrigues rodriguesabner

View GitHub Profile
@rodriguesabner
rodriguesabner / variaveis_globais.java
Last active May 29, 2019 02:39
Medium Variaveis Globais
private WebcamPanel panel = null;
private Webcam webcam = null;
private static final long serialVersionUID = 6441489157408381878L;
private Executor executor = Executors.newSingleThreadExecutor(this);
@rodriguesabner
rodriguesabner / implement.java
Last active May 29, 2019 02:40
Implementação dos métodos Runnable e ThreadFactory
public class Menu extends javax.swing.JFrame implements Runnable, ThreadFactory {