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); |
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
public class Menu extends javax.swing.JFrame implements Runnable, ThreadFactory { |
NewerOlder