This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user