public void perform()
{
IDisplay display = (IDisplay) Client.instance().getClientGUI().getDesktopManager().getDisplay(
swingGUIPane.getOnScreenUniqueId());
OtherJDesktopPane odp = (OtherJDesktopPane) ((SwingDesktopManager) Client.instance().getClientGUI()
.getDesktopManager()).getDesktopPane(display.getDesktopId());
odp.closeAll();
}