config.setString("ui", null, "size",
MessageFormat.format("{0,number,0}x{1,number,0}", sz.width, sz.height));
Point pos = GitblitManager.this.getLocationOnScreen();
config.setString("ui", null, "position",
MessageFormat.format("{0,number,0},{1,number,0}", pos.x, pos.y));
config.save();
} catch (Throwable t) {
Utils.showException(GitblitManager.this, t);
}
}