public void actionPerformed(ActionEvent ae) {
if (ae.getActionCommand() == CombinedCoordPanel.CloseCmd && ws != null) {
ws.killWindow();
} else {
if (ws == null) {
ws = new ScrollPaneWindowSupport(ccp, i18n.get(CoordsMenuItem.class,
"combinedCoordDialog.title",
"Go To Coordinates..."));
}
MapHandler mh = getMapHandler();