|
@@ -5,6 +5,10 @@ This is the first BlueJ lab.
|
5
|
5
|
It has TWO BlueJ Projects in it. Both are germain to the Chapter 1 in the doc folder.
|
6
|
6
|
You will follow the chapter first in `Shapes` and then in `Picture`.
|
7
|
7
|
|
|
8
|
+__BUT__ you need to open these projects, NOT the ones that came with your BlueJ download. Use
|
|
9
|
+`File -> Open` to find your `dev/FirstLab-Shapes` folder. Open `Shapes` there. (and the same is
|
|
10
|
+for `Picture`).
|
|
11
|
+
|
8
|
12
|
Be sure to
|
9
|
13
|
|
10
|
14
|
* FORK this repository to your own account.
|
|
@@ -12,4 +16,6 @@ Be sure to
|
12
|
16
|
* For the first section of the lab, open the BlueJ project file Shapes/project.bluej from Finder.
|
13
|
17
|
* For the second section, use Picture/package.bluej
|
14
|
18
|
|
15
|
|
-Object of lab is to follow the chapter reading the doc folder. (Draw a House!)
|
|
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`.
|