this.GameInfoEditorPane = new JEditorPane ();
this.GameInfoEditorPane.setBounds(640, 50, 270, 200);
this.GameInfoEditorPane.setEditable(false);
this.GameInfoEditorPane.setFont(new Font("Arial", Font.PLAIN, 10));
this.GameInfoEditorPane.setEditorKit(new HTMLEditorKit());
this.GameInfoEditorPane.setAutoscrolls(true);
this.GameInfoEditorPane.setFocusable(false);
this.GameInfoEditorPane.setDoubleBuffered(true);
this.GameInfoEditorPane.setBorder(BorderFactory.createLoweredBevelBorder());