WEBVTT 1 00:00:02.007 --> 00:00:03.008 In this first demo 2 00:00:03.009 --> 00:00:06.011 I'm going to show you how to open a project in BlueJ 3 00:00:06.229 --> 00:00:09.223 with BlueJ your work is organised into projects 4 00:00:09.228 --> 00:00:12.111 each of which contains one or more classes. 5 00:00:13.001 --> 00:00:15.221 Here I'm going to open a project called bicycle 6 00:00:15.222 --> 00:00:17.224 which has already been created 7 00:00:18.226 --> 00:00:21.224 you can also download this project from GCULearn 8 00:00:21.225 --> 00:00:24.004 and try it for yourself in BlueJ. 9 00:00:24.224 --> 00:00:27.220 The project menu let's you create a New Project 10 00:00:28.001 --> 00:00:30.223 or browse to an existing project and open that 11 00:00:34.009 --> 00:00:36.225 the project I want to open is in the folder 12 00:00:36.229 --> 00:00:39.114 bicycle, Blue has recognised this as a 13 00:00:39.115 --> 00:00:41.000 BlueJ project folder 14 00:00:41.007 --> 00:00:43.117 and shows it with the BlueJ icon 15 00:00:43.225 --> 00:00:47.116 so let's select that and open the project. 16 00:00:49.003 --> 00:00:51.009 The largest area in the BlueJ interface 17 00:00:51.110 --> 00:00:52.115 is the main window here 18 00:00:52.116 --> 00:00:54.119 which shows the classes in the project 19 00:00:55.005 --> 00:00:58.225 this project has two classes bicycle and rider 20 00:00:59.118 --> 00:01:01.228 later on you will learn how these classes were created 21 00:01:02.002 --> 00:01:04.224 but for this week we're just going to use them.