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