This commit is contained in:
Bram Veenboer
2011-02-20 19:47:48 +00:00
parent 6ebbbba657
commit 66c723f23f
2 changed files with 8 additions and 4 deletions

View File

@@ -40,13 +40,13 @@ public class Main extends TaskListener {
} }
public void initialise() throws DeviceInitialiseException { public void initialise() throws DeviceInitialiseException {
add(new JIntellitypeDevice()); //add(new JIntellitypeDevice());
add(new PlayerDevice()); //add(new PlayerDevice());
//add(new RumblepadDevice()); //add(new RumblepadDevice());
//add(new WiimoteDevice()); //add(new WiimoteDevice());
//add(new GUIDevice()); //add(new GUIDevice());
//add(new TextDevice()); //add(new TextDevice());
//add(new LanTextDevice()); add(new LanTextDevice());
for (Device device : deviceList) { for (Device device : deviceList) {
try { try {
device.initialise(); device.initialise();

View File

@@ -19,3 +19,7 @@ meer applicaties implementeren, zoals VLC, WMP, Youtube? (interface naar flash?)
logo ontwerpen logo ontwerpen
exporteren naar uitvoerbare jar file exporteren naar uitvoerbare jar file
lantextdevice generiek maken met normale textdevice
client maken die remote devices kan beheren en lokaal acties kan uitvoeren