This commit is contained in:
@@ -40,13 +40,13 @@ public class Main extends TaskListener {
|
||||
}
|
||||
|
||||
public void initialise() throws DeviceInitialiseException {
|
||||
add(new JIntellitypeDevice());
|
||||
add(new PlayerDevice());
|
||||
//add(new JIntellitypeDevice());
|
||||
//add(new PlayerDevice());
|
||||
//add(new RumblepadDevice());
|
||||
//add(new WiimoteDevice());
|
||||
//add(new GUIDevice());
|
||||
//add(new TextDevice());
|
||||
//add(new LanTextDevice());
|
||||
add(new LanTextDevice());
|
||||
for (Device device : deviceList) {
|
||||
try {
|
||||
device.initialise();
|
||||
|
||||
@@ -18,4 +18,8 @@ meer applicaties implementeren, zoals VLC, WMP, Youtube? (interface naar flash?)
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user