Verder gewerkt aan VLC speler, werkt nog steeds niet. Soms worden acties meerder malen achter elkaar uitgevoerd?!?!

Panel aangepast met nieuwe knoppen. Er moet nog verder gekeken worden welke sliders enz. wel en niet nodig zijn.
This commit is contained in:
Bram Veenboer
2011-03-04 14:17:23 +00:00
parent e098ed23b0
commit e67f9ad65d
4 changed files with 68 additions and 49 deletions

View File

@@ -52,23 +52,23 @@ public class Main extends EventListener {
}
public void initialise() throws DeviceInitialiseException {
add(new JIntellitypeDevice());
//add(new JIntellitypeDevice());
//add(new PlayerDevice());
add(new RumblepadDevice());
//add(new WiimoteDevice());
//add(new GUIDevice());
//add(new TextDevice());
//add(new PanelDevice());
add(new PanelDevice());
//add(new LanTextDevice());
//add(new Extreme3DDevice());
startDevices();
//add(new ExampleApplication());
add(new ExampleApplication());
//add(new WMPApplication());
//add(new GomPlayerApplication());
//add(new WinampApplication());
//add(new iTunesApplication());
add(new VLCApplication());
//add(new VLCApplication());
//add(new MPCApplication());
startApplications();
}