221222223224225226227
setVisible(true); requestFocus(); } private BoardView createBoardView() throws FactoryException { return new BoardView(getGame().getBoardInspector()); }