Added webcam support + QR code generator.

Some cleanup
This commit is contained in:
jancoow
2015-06-15 19:29:55 +02:00
parent 06a26fc058
commit 1f0030b90d
14 changed files with 147 additions and 33 deletions
-4
View File
@@ -2,10 +2,6 @@ package control;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
import java.net.UnknownHostException;
import javax.swing.Timer;