// Read the owner if any
owner = props.getProperty("owner");
// Create the BackEnd stub and the FrontEnd skeleton
myStub = new BackEndStub(this);
mySkel = new FrontEndSkel(fe);
// Start the InputManager
myInputManager.start();
// Create the remote BackEnd