this.session = XuiContainer.getSession();
this.output = new Output(this);
this.input = new InputWithPassword(this);
this.journal = new Journal(this);
this.operator = new Operator(this);
this.promoStatusBar = new PromoStatusBar(this);
this.setLastActivity(System.currentTimeMillis());
if (!firstInit) {
firstInit = true;