I have a tabbed application that has a list of items in a list to the left of the JMap. The map has maptips enabled for the map points. The user clicks on one of the points and the maptip appears as a white dialog box over the map. If the user click on a item in the list to the left of the JMap the application switches to another tab. If the maptip was enabled and the white dialog is active on the map - then when the application switches to another non-map panel the white dialog stays on the screen and cannot be removed until switching back to the map and then clicking off of the point.
I am looking for a programmatic way to remove the active maptip from the map panel before switching to the new tab. Can anyone suggest how to do such an easy thing.