public StartUpComponent(CivQuest civQuest) {
this.civQuest = civQuest;
setLayout(new GridLayout(2, 3));
GlobalFunctionComponent globFC = civQuest.getGlobalFunctionComponent();
try {
JButton newRandomGameButton
= SwifuFactory.constructButton("Start new random game",
"start-new-random-game", globFC);