195196197198199200201202
private void initializeButtons(){ if (hasCloseButton && closeButton == null){ closeButton = new CloseButton(graphController, this); } if (hasInfoButton && infoButton == null){ infoButton = new InfoButton(graphController, this); } }