/* * For when all the buttons are tirggered. */ public void allButtonTrigger() { if (activeMenu.getEx() == ExitDefault.NONE) { } else if (activeMenu.getEx() == ExitDefault.CLOSEOPERATION) { activeMenu.close(); } }
/* * Close the window. */ public void close() { wum.close(); }