This commit is contained in:
Bram Veenboer
2011-02-20 19:39:43 +00:00
parent dff79afa29
commit 6ebbbba657
7 changed files with 32 additions and 18 deletions

View File

@@ -41,9 +41,9 @@ public class Main extends TaskListener {
public void initialise() throws DeviceInitialiseException {
add(new JIntellitypeDevice());
//add(new PlayerDevice());
add(new PlayerDevice());
//add(new RumblepadDevice());
add(new WiimoteDevice());
//add(new WiimoteDevice());
//add(new GUIDevice());
//add(new TextDevice());
//add(new LanTextDevice());
@@ -55,11 +55,11 @@ public class Main extends TaskListener {
}
}
//add(new ExampleApplication());
add(new ExampleApplication());
//add(new WMPApplication());
add(new GomPlayerApplication());
//add(new GomPlayerApplication());
//add(new WinampApplication());
add(new iTunesApplication());
//add(new iTunesApplication());
for (Application application : applicationCycle) {
application.start();
}