I want to build a desktop application – a map viewer , something like this : http://sunsite.ubc.ca/UBCMap/ in Java . Whenever someone hovers the mouse over a building on the map , there should be a balloon tool-tip saying something about that building on the map like its office phone number etc and that building should glow in the 2-d map. Can someone provide me some directions as to what framework should i use in Java to build something like this(e.g JavaFx) ? Is there any sample code which does something similar ?
I want to build a desktop application – a map viewer , something like
Share
If really all you have is an image and you want tooltips over it – here is a 30 second description.
HINT: You will need to register your JPanel with TooltipManager most likely.