Skip to content

Commit 55180e9

Browse files
committed
working on C7,8,9 w/@mballin
1 parent 1b3959a commit 55180e9

5 files changed

Lines changed: 105 additions & 247 deletions

File tree

TeachingKidsProgramming/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
<classpathentry kind="lib" path="/Users/lynnlangit/Documents/workspace/TeachingKidsProgramming.Java/TeachingKidsProgramming/src/jars/httpclient-4.3.5.jar"/>
88
<classpathentry kind="lib" path="/Users/lynnlangit/Documents/workspace/TeachingKidsProgramming.Java/TeachingKidsProgramming/src/jars/httpcore-4.4.1.jar"/>
99
<classpathentry kind="lib" path="/Users/lynnlangit/Documents/workspace/TeachingKidsProgramming.Java/TeachingKidsProgramming/src/jars/httpmime-4.4.1.jar"/>
10+
<classpathentry kind="src" path="/TeachingKidsProgramming.Source.Java"/>
1011
<classpathentry kind="output" path="bin"/>
1112
</classpath>
0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/recipes/inDevelopment/DeepDive09exceptions.java

Lines changed: 0 additions & 158 deletions
This file was deleted.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section08events/DeepDive08Events.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package org.teachingkidsprogramming.section08events;
22

3-
import java.awt.Cursor;
4-
53
import org.junit.Assert;
64
import org.junit.Test;
7-
import org.teachingextensions.logo.Tortoise;
85
import org.teachingextensions.logo.utils.ColorUtils.PenColors;
96
import org.teachingextensions.logo.utils.LineAndShapeUtils.Circle;
107

@@ -21,7 +18,7 @@ public class DeepDive08Events
2118
// NOTE: Do not change anything except the blank (___)
2219
//
2320
//*****************In Progress************************//
24-
//Looking at testing types of Asserts - more http://junit.sourceforge.net/javadoc/org/junit/Assert.html
21+
//Looking at testing object instances and properties
2522
//Also testing more events
2623
//NOTE for Deep Dive Authors: Copy 'answer' to TKPJava answer section when done
2724
//
@@ -62,9 +59,4 @@ public String ___()
6259
{
6360
return ___;
6461
}
65-
private Cursor getCursor()
66-
{
67-
Cursor cursor = Tortoise.getBackgroundWindow().getCursor();
68-
return cursor;
69-
}
7062
}

0 commit comments

Comments
 (0)