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
+1 -1
View File
@@ -55,7 +55,7 @@ public class Window extends JFrame {
ButtonHandler bth = new ButtonHandler();
JoystickHandler jsh = new JoystickHandler();
SQLConnector sql = new SQLConnector();
final SQLConnector sql = new SQLConnector();
NetworkHandler ntw = new NetworkHandler("192.168.1.6", 1113, bth, jsh);
bth.setNetwork(ntw);