equal
deleted
inserted
replaced
1 /* |
1 /* |
2 TUIO Java Demo - part of the reacTIVision project |
2 TUIO Java Demo - part of the reacTIVision project |
3 http://reactivision.sourceforge.net/ |
3 http://reactivision.sourceforge.net/ |
4 |
4 |
5 Copyright (c) 2005-2009 Martin Kaltenbrunner <mkalten@iua.upf.edu> |
5 Copyright (c) 2005-2009 Martin Kaltenbrunner <mkalten@iua.upf.edu> |
6 |
6 |
26 import java.util.*; |
26 import java.util.*; |
27 import javax.swing.*; |
27 import javax.swing.*; |
28 import TUIO.*; |
28 import TUIO.*; |
29 |
29 |
30 public class TuioDemo { |
30 public class TuioDemo { |
31 |
|
32 private final int window_width = 640; |
31 private final int window_width = 640; |
33 private final int window_height = 480; |
32 private final int window_height = 480; |
34 |
33 |
35 private boolean fullscreen = false; |
34 private boolean fullscreen = false; |
36 |
35 |