Skip to content

Commit 5fd6ac9

Browse files
committed
Task 6: Tool-Tips
1 parent 2625af1 commit 5fd6ac9

File tree

1 file changed

+0
-1
lines changed
  • SoftwareConstruction_ObjectOrientedDesign/finalProject/final-project-starter/TwitterMapperStarter/src/ui

1 file changed

+0
-1
lines changed

SoftwareConstruction_ObjectOrientedDesign/finalProject/final-project-starter/TwitterMapperStarter/src/ui/Application.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public void run() {
122122
public void mouseMoved(MouseEvent e) {
123123
Point p = e.getPoint();
124124
ICoordinate pos = map().getPosition(p);
125-
// TODO: Use the following method to set the text that appears at the mouse cursor
126125
map().setToolTipText("This is a tooltip" + queries.toString());
127126
getMarkersCovering(pos, pixelWidth(p));
128127
}

0 commit comments

Comments
 (0)