openConnection();
if(LOGGER.isLoggable(Level.FINEST))
LOGGER.finest("Creating local office window.");
final NativeView nativeView = new NativeView(System.getProperty("user.dir")+"/lib");
container.add(nativeView);
return getOfficeFrame(nativeView);
}
catch(Exception exception) {
LOGGER.throwing(this.getClass().getName(), "getOfficeFrame", exception);