We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4609b4e commit fad7396Copy full SHA for fad7396
1 file changed
src/main/java/org/teachingkidsprogramming/recipes/completed/section08events/ConnectTheDots.java
@@ -18,7 +18,8 @@ public ConnectTheDots()
18
{
19
setUpTheWindow();
20
prepareColorPalette();
21
- // NOTE for teachers: Using the Tortoise object here as we are having the Tortoise draw a line (trail) for this recipe
+ // NOTE for teachers: Using the Tortoise object here
22
+ // as we are having the Tortoise draw a line (trail) for this recipe
23
// Listen for left clicks on the window for the tortoise
24
Tortoise.getBackgroundWindow().addMouseLeftClickListener(this);
25
// Listen for right clicks on the window for the tortoise
0 commit comments