this.setTitle(translated.get(18));
this.setLocation(128, 256);
this.setBackground(m_bg);
this.setResizable(false);
m_info = new TextArea();
m_info.setSize(280, 320);
m_info.setLocation(4, 4);
m_info.setWrapEnabled(true);
m_info.setText(translated.get(33));
m_info.setFont(GameClient.getFontSmall());