if (System.getProperty("os.name").contains("Mac OS X")) {
// set the name of the application menu item
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Limelight");
}
GamepadListener.getInstance().addDeviceListener(new Gamepad());
String libraryError = loadNativeLibraries();
// launching with command line arguments
if (args.length > 0) {