|
@@ -0,0 +1,22 @@
|
|
1
|
+# FirstLab-Shapes
|
|
2
|
+
|
|
3
|
+This is the first BlueJ lab.
|
|
4
|
+
|
|
5
|
+It has TWO BlueJ Projects in it. Both are germain to the Chapter 1 in the doc folder.
|
|
6
|
+You will follow the chapter first in `Shapes` and then in `Picture`.
|
|
7
|
+
|
|
8
|
+__BUT__ you need to open these projects, NOT the ones that came with your BlueJ download. Use
|
|
9
|
+`Project -> Open Project...` to find your `dev/FirstLab-Shapes` folder. Open `Shapes` there. (and the same is
|
|
10
|
+for `Picture`).
|
|
11
|
+
|
|
12
|
+Be sure to
|
|
13
|
+
|
|
14
|
+* FORK this repository to your own account.
|
|
15
|
+* CLONE your version of the repository into your dev directory.
|
|
16
|
+* For the first section of the lab, open the BlueJ project file Shapes/project.bluej from Finder.
|
|
17
|
+* For the second section, use Picture/package.bluej
|
|
18
|
+
|
|
19
|
+Object of lab is to follow the chapter reading the doc folder. (and Draw a House!)
|
|
20
|
+
|
|
21
|
+Can you draw a house with a tree along side? (think `trunk` and `circle` or a tall, skunny `triangle`.
|
|
22
|
+# FirstLab-Shapes
|