Skip to content

Commit ee43d37

Browse files
committed
removed completed lines
1 parent deead0a commit ee43d37

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section07events/ConnectTheDots.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.teachingkidsprogramming.section07events;
22

3-
import org.teachingextensions.logo.Tortoise;
43
import org.teachingextensions.windows.MouseLeftClickListener;
54
import org.teachingextensions.windows.MouseRightClickListener;
65

@@ -9,13 +8,11 @@ public class ConnectTheDots implements MouseRightClickListener, MouseLeftClickLi
98
public static void main(String[] args)
109
{
1110
//Create a new 'Connect The Dots' window. --#1.1
12-
ConnectTheDots dots = new ConnectTheDots();
1311
}
1412
public ConnectTheDots()
1513
{
1614
// Listen for right clicks on the window for the tortoise --#20.2
1715
// Listen for left clicks on the window for the tortoise --#1.2
18-
Tortoise.getBackgroundWindow().addMouseRightClickListener(this);
1916
//Make the Tortoise go as fast as possible. --#4
2017
// clearTheScreen (recipe below) --#19
2118
// ------------- Recipe for clearTheScreen --#19

0 commit comments

Comments
 (0)