getDisplay().remove(m_optionsForm);
hideHUDElements();
} else {
hideHUDElements();
m_isOption = true;
m_optionsForm = new OptionsDialog();
m_optionsForm.setWidth(UI_WIDTH);
m_optionsForm.setLocation(m_buttons[6].getX(), 67 - getTitleBar().getHeight());
m_optionsForm.setDraggable(false);
getDisplay().add(m_optionsForm);
}