* @param command The command to launch the app
*/
public void addX11App(String appName, String command) {
// Send a message to all other clients that an app has been added
Logger logger = Logger.getLogger(XAppsWebConfigConnection.class.getName());
super.send(new XAppsNewMessage(appName, command));
}