-
Notifications
You must be signed in to change notification settings - Fork 88
/
project.greenfoot.orig
executable file
·848 lines (848 loc) · 20 KB
/
project.greenfoot.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
#Greenfoot properties
<<<<<<< HEAD
#Tue Aug 15 22:20:33 PDT 2017
target16.name=Teacher
editor.swing.0.y=0
editor.swing.0.x=0
target26.width=120
target2.name=MrKaehms
target9.name=KilgoreTrout
=======
#Tue Aug 15 22:24:58 PDT 2017
target16.name=CSALearnedSoFar
editor.swing.0.y=0
editor.swing.0.x=0
target26.width=120
target2.name=AdrianLiu
target9.name=Student
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target27.y=960
target27.x=110
target29.editor.width=900
target24.editor.y=25
target24.editor.x=0
target23.name=JennyLi
dependency11.type=UsesDependency
class.SriVishnuChadalavada.superclass=Student
target23.y=600
target23.x=180
dependency18.type=UsesDependency
dependency15.from=Classroom
target21.showInterface=false
readme.editor.y=23
target19.width=80
readme.editor.x=0
target5.naviview.expanded=true
<<<<<<< HEAD
dependency8.to=AryanJadhav
target20.naviview.expanded=true
target14.type=InterfaceTarget
target19.naviview.expanded=true
simulation.speed=49
target15.width=100
class.YashilaBordag.superclass=Student
target15.height=50
target7.type=InterfaceTarget
target32.name=BobKaehms
class.SumedhVaidyanathan.superclass=Student
target15.typeParameters=
target11.width=90
=======
dependency8.to=AdrianLiu
target20.naviview.expanded=true
target14.type=ClassTarget
target19.naviview.expanded=true
target15.width=80
class.YashilaBordag.superclass=Student
target15.height=50
target7.type=AbstractTarget
target32.name=BobKaehms
class.SumedhVaidyanathan.superclass=Student
target15.typeParameters=
target11.width=80
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target21.type=InterfaceTarget
class.Student.superclass=greenfoot.Actor
class.JennyLi.superclass=Student
target28.type=ClassTarget
target1.typeParameters=
target10.editor.y=129
target10.editor.x=505
target20.showInterface=false
dependency2.to=JustinLee
target6.naviview.expanded=true
target21.naviview.expanded=true
readme.editor.height=700
<<<<<<< HEAD
target6.editor.width=1280
target30.type=ClassTarget
dependency1.type=UsesDependency
target16.y=130
target16.x=190
=======
class.SeanTseng.superclass=Student
target6.editor.width=1280
target30.type=ClassTarget
dependency1.type=UsesDependency
target16.y=180
target16.x=10
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target30.typeParameters=
target14.editor.width=900
dependency8.type=UsesDependency
dependency5.from=Classroom
target32.height=50
target24.height=50
target22.editor.height=700
<<<<<<< HEAD
target12.y=0
target12.x=0
=======
target12.y=120
target12.x=10
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target27.typeParameters=
target27.showInterface=false
target3.editor.y=262
target3.editor.x=381
<<<<<<< HEAD
target18.width=90
editor.fx.0.height=738
=======
target18.width=80
editor.fx.0.height=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
project.charset=UTF-8
target12.typeParameters=
dependency15.to=JustinSymmank
target5.height=50
<<<<<<< HEAD
target15.name=JaphethWun
=======
target15.name=JohnSo
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target1.name=StudentLeadership
version=3.0.0
target11.naviview.expanded=true
target26.editor.y=23
<<<<<<< HEAD
target8.name=JustinLee
=======
target8.name=NumberOfSiblings
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target26.editor.x=0
class.JustinSymmank.superclass=Student
class.JoanSmith.superclass=Student
target22.name=AryanJadhav
target29.editor.height=700
target30.editor.width=900
target21.editor.height=700
dependency10.type=UsesDependency
target29.name=BobKaehms
dependency17.type=UsesDependency
dependency14.from=Classroom
<<<<<<< HEAD
package.numTargets=12
=======
package.numTargets=18
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target26.showInterface=false
target26.editor.width=900
class.MrKaehms.image=MrKaehms.jpg
class.C3.superclass=greenfoot.World
target13.type=ClassTarget
target25.naviview.expanded=true
target30.width=120
target12.naviview.expanded=true
<<<<<<< HEAD
dependency9.to=PranavKonduru
target24.typeParameters=
target6.type=AbstractTarget
=======
dependency9.to=GustavoSilvera
target24.typeParameters=
target6.type=InterfaceTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target31.name=RafaelGamboa
target27.height=50
target19.height=50
class.CassandraMaier.superclass=Student
<<<<<<< HEAD
target7.y=120
target7.x=10
=======
target7.y=130
target7.x=190
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target20.type=ClassTarget
target12.editor.y=109
target12.editor.x=389
target28.editor.height=700
target27.type=InterfaceTarget
<<<<<<< HEAD
target20.editor.height=700
target20.editor.width=900
target8.editor.width=900
target3.y=180
target3.x=10
=======
target20.editor.width=900
target20.editor.height=700
target8.editor.width=900
target3.y=300
target3.x=10
>>>>>>>=30fdc4cad9a603653d3a88e51e07a00994fb44dc
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target7.typeParameters=
class.StudentAthlete.superclass=
target8.height=50
target25.showInterface=false
target16.editor.width=900
mainWindow.y=0
<<<<<<< HEAD
mainWindow.x=-15
=======
mainWindow.x=-8
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target26.naviview.expanded=true
target3.showInterface=false
target12.showInterface=false
target17.typeParameters=
<<<<<<< HEAD
dependency3.to=ChristyKoh
target1.width=140
=======
dependency3.to=UdayKalra
target1.width=80
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
dependency7.type=UsesDependency
dependency4.from=Classroom
target28.height=50
target27.editor.height=700
target26.y=780
class.JustinLee.superclass=KilgoreTrout
target5.editor.y=124
target26.x=10
target5.editor.x=296
class.RajKhaitan.superclass=Student
target5.editor.height=700
dependency20.to=SumedhVaidyanathan
target22.y=480
target22.x=140
target30.naviview.expanded=true
<<<<<<< HEAD
target14.name=SpecialInterestOrHobby
=======
target14.name=KilgoreTrout
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target28.editor.y=45
target28.editor.x=44
target9.height=50
target2.naviview.expanded=true
target11.showInterface=false
target2.showInterface=false
<<<<<<< HEAD
target7.name=StudentAthlete
=======
target7.name=Teacher
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
dependency16.to=AanyaVaranasi
target16.naviview.expanded=true
target1.editor.y=109
target29.typeParameters=
target1.editor.x=656
target21.name=StudentAthlete
class.CSALearnedSoFar.superclass=
target28.name=RafaelGamboa
target18.editor.y=271
target18.editor.x=428
target26.editor.height=700
dependency13.from=Classroom
dependency16.type=UsesDependency
target21.editor.y=98
target21.editor.x=306
class.Classroom.image=csa.jpg
target14.typeParameters=
<<<<<<< HEAD
target8.width=80
=======
target8.width=140
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target4.editor.height=700
target13.editor.height=700
target22.width=100
target21.height=50
<<<<<<< HEAD
target12.type=ClassTarget
target31.naviview.expanded=true
target13.height=50
dependency20.from=Classroom
target19.type=AbstractTarget
target4.width=80
=======
target12.type=InterfaceTarget
target31.naviview.expanded=true
target13.height=50
class.JohnSo.superclass=Student
dependency20.from=Classroom
target19.type=AbstractTarget
target4.width=100
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target9.showInterface=false
target18.showInterface=false
target10.showInterface=false
target1.showInterface=false
<<<<<<< HEAD
target5.type=InterfaceTarget
=======
target5.type=ClassTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target30.name=AshishPanjwani
target14.editor.y=111
dependency10.to=JustineKoa
target14.editor.x=158
class.JoanSmith.image=girl1.png
target17.naviview.expanded=true
target19.y=10
target23.editor.width=900
target19.x=180
target26.type=ClassTarget
target2.height=50
<<<<<<< HEAD
target15.y=540
target15.x=140
class.LemarPopal.superclass=Student
target19.editor.width=1276
target11.y=960
target3.editor.height=700
target11.x=10
=======
target15.y=0
target15.x=0
class.LemarPopal.superclass=Student
target19.editor.width=1276
target11.y=0
target3.editor.height=700
target11.x=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target12.editor.height=700
readme.height=58
target26.typeParameters=
class.Teacher.superclass=greenfoot.Actor
target5.editor.width=900
target32.width=100
target8.showInterface=false
target17.showInterface=false
target30.height=50
target29.width=100
dependency3.from=Classroom
target11.typeParameters=
dependency6.type=UsesDependency
target13.editor.width=900
target7.editor.y=441
<<<<<<< HEAD
dependency4.to=RajKhaitan
=======
dependency4.to=ChristyKoh
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target9.typeParameters=
target7.editor.x=209
class.EthanAlcantara.superclass=Student
target25.width=160
target16.height=50
target32.showInterface=false
target19.editor.height=700
<<<<<<< HEAD
target7.width=120
target30.editor.y=290
target11.editor.height=700
target2.editor.height=700
target30.editor.x=144
target13.name=RajKhaitan
target21.width=120
class.NumberOfSiblings.superclass=
target7.naviview.expanded=true
target6.name=Student
=======
target7.width=80
target30.editor.y=290
target11.editor.height=700
<<<<<<<=HEAD
target2.editor.height=700
target30.editor.x=144
target13.name=JustinLee
target21.width=120
class.NumberOfSiblings.superclass=
target7.naviview.expanded=true
target6.name=SpecialInterestOrHobby
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target32.y=300
class.AshishPanjwani.superclass=Student
target16.showInterface=false
target32.x=160
target22.naviview.expanded=true
target20.name=PranavKonduru
target23.editor.y=59
target27.name=CSALearnedSoFar
target23.editor.x=335
dependency15.type=UsesDependency
dependency12.from=Classroom
<<<<<<< HEAD
target14.width=170
target23.typeParameters=
dependency17.to=JaphethWun
target6.y=10
dependency19.from=Classroom
target6.x=180
target9.editor.height=700
target31.showInterface=false
target25.editor.width=900
target10.width=130
target2.y=240
target18.editor.height=700
target10.editor.height=700
target11.type=ClassTarget
target2.x=10
=======
target14.width=90
target23.typeParameters=
dependency17.to=JaphethWun
target6.y=180
dependency19.from=Classroom
target6.x=10
target9.editor.height=700
target31.showInterface=false
target25.editor.width=900
target2.y=0
target10.width=80
target18.editor.height=700
target2.x=0
target10.editor.height=700
target11.type=ClassTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target25.height=50
target16.editor.y=149
target18.type=ClassTarget
target16.editor.x=389
target17.height=50
target6.typeParameters=
<<<<<<< HEAD
target4.type=AbstractTarget
target28.width=110
target25.type=ClassTarget
editor.fx.0.y=0
editor.fx.0.x=275
dependency11.to=YashilaBordag
target6.height=50
editor.fx.0.width=816
=======
target4.type=ClassTarget
target28.width=110
target25.type=ClassTarget
editor.fx.0.y=0
editor.fx.0.x=0
dependency11.to=YashilaBordag
target6.height=50
editor.fx.0.width=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target7.editor.width=900
target29.y=300
target29.x=160
class.AanyaVaranasi.superclass=Student
target24.width=120
target25.y=600
target25.x=10
target17.editor.height=700
target21.y=120
target21.x=10
class.EmersonScott.superclass=Student
target20.typeParameters=
target9.editor.y=131
class.JustForFun.superclass=
target9.editor.x=509
dependency5.type=UsesDependency
dependency2.from=Classroom
<<<<<<< HEAD
target17.width=110
=======
target17.width=90
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
dependency9.from=Classroom
target10.height=50
target13.naviview.expanded=true
class.TimDegerness.superclass=Student
target29.editor.y=59
target29.editor.x=328
target2.editor.width=900
target3.typeParameters=
<<<<<<< HEAD
target13.width=90
class.JaphethWun.superclass=Student
dependency5.to=RafaelGamboa
target10.editor.width=900
target12.name=ChristyKoh
target19.name=Student
target13.typeParameters=
target5.name=NumberOfSiblings
=======
target13.width=80
class.JaphethWun.superclass=Student
dependency5.to=HarshaJagarlamudi
target10.editor.width=900
target12.name=StudentAthlete
target19.name=Student
target13.typeParameters=
target5.name=MrKaehms
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target24.showInterface=false
target25.editor.y=45
target25.editor.x=44
target27.naviview.expanded=true
target26.name=AshishPanjwani
target32.typeParameters=
dependency14.type=UsesDependency
dependency11.from=Classroom
target14.naviview.expanded=true
<<<<<<< HEAD
target18.y=420
dependency18.from=Classroom
target18.x=130
target28.editor.width=900
class.MrKaehms.superclass=Teacher
class.Classroom.superclass=greenfoot.World
target14.y=180
target14.x=10
target10.type=InterfaceTarget
dependency18.to=SumedhVaidyanathan
class.japhethwun.superclass=Student
package.numDependencies=3
target17.type=ClassTarget
target29.height=50
target10.y=960
target3.type=InterfaceTarget
target10.x=110
=======
target18.y=0
dependency18.from=Classroom
target18.x=0
target28.editor.width=900
class.MrKaehms.superclass=Teacher
class.Classroom.superclass=greenfoot.World
target14.y=240
target14.x=10
target10.type=ClassTarget
dependency18.to=SumedhVaidyanathan
class.japhethwun.superclass=Student
package.numDependencies=9
target17.type=ClassTarget
target29.height=50
target10.y=0
target3.type=ClassTarget
target10.x=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target23.showInterface=false
target25.typeParameters=
target22.editor.width=900
target3.naviview.expanded=true
target24.type=ClassTarget
readme.name=@README
target11.editor.y=45
<<<<<<< HEAD
target16.width=80
=======
target16.width=170
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target11.editor.x=44
class.KilgoreTrout.image=man01.png
target10.typeParameters=
target18.editor.width=900
target8.typeParameters=
dependency12.to=TimDegerness
target25.editor.height=700
class.C3.image=board.jpg
target4.editor.width=900
target22.showInterface=false
dependency4.type=UsesDependency
dependency1.from=Classroom
target32.naviview.expanded=true
dependency8.from=Classroom
target4.naviview.expanded=true
target12.editor.width=900
target31.y=660
target31.x=10
target22.height=50
target14.height=50
target18.naviview.expanded=true
<<<<<<< HEAD
target9.y=300
target4.editor.y=262
target9.x=160
target4.editor.x=381
target11.name=Classroom
target5.y=240
target5.x=120
target24.editor.height=700
target22.typeParameters=
target18.name=JustineKoa
=======
target9.y=10
target4.editor.y=262
target9.x=180
target4.editor.x=381
target11.name=UdayKalra
target5.y=0
target5.x=0
target24.editor.height=700
target22.typeParameters=
target18.name=ChristyKoh
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
class.RafaelGamboa.superclass=Student
target3.height=50
target27.editor.y=23
target27.editor.x=400
<<<<<<< HEAD
dependency6.to=EthanAlcantara
target4.name=Teacher
target1.y=300
target1.x=10
=======
dependency6.to=SeanTseng
target4.name=GustavoSilvera
target1.y=0
target1.x=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target19.typeParameters=
target29.showInterface=false
target25.name=SumedhVaidyanathan
target5.typeParameters=
dependency13.type=UsesDependency
dependency10.from=Classroom
target7.showInterface=false
<<<<<<< HEAD
target3.width=170
target17.editor.y=271
target17.editor.x=150
dependency17.from=Classroom
class.JacobBratsman.superclass=Student
target20.editor.y=25
=======
target3.width=140
target17.editor.y=271
target17.editor.x=150
dependency17.from=Classroom
target20.editor.y=25
class.JacobBratsman.superclass=Student
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target20.editor.x=0
target31.height=50
target23.height=50
target24.editor.width=900
dependency20.type=UsesDependency
target28.y=660
target28.x=10
<<<<<<< HEAD
target16.type=AbstractTarget
=======
target16.type=InterfaceTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target23.editor.height=700
target2.type=ClassTarget
class.C2.image=4bg.jpg
target24.y=540
<<<<<<< HEAD
target9.type=ClassTarget
=======
target9.type=AbstractTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target24.x=10
target1.editor.height=700
dependency19.to=SumedhVaidyanathan
class.C2.superclass=greenfoot.World
target13.editor.y=262
target28.showInterface=false
target13.editor.x=381
target4.height=50
target23.type=ClassTarget
target20.y=480
target20.x=10
editor.swing.0.height=700
target8.naviview.expanded=true
target6.showInterface=false
target15.showInterface=false
target31.width=110
target23.naviview.expanded=true
readme.y=10
readme.x=10
target10.naviview.expanded=true
target16.typeParameters=
target2.typeParameters=
dependency13.to=JennyLi
target32.type=ClassTarget
dependency3.type=UsesDependency
target8.editor.height=700
target30.showInterface=false
target15.editor.width=900
dependency7.from=Classroom
<<<<<<< HEAD
target6.width=80
readme.width=47
target20.width=120
target6.editor.y=133
mainWindow.height=744
=======
target6.width=170
readme.width=47
target20.width=120
target6.editor.y=133
mainWindow.height=965
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target9.naviview.expanded=true
target6.editor.x=133
editor.swing.0.width=1105
target5.showInterface=false
target24.naviview.expanded=true
target14.showInterface=false
target26.height=50
target1.editor.width=900
target18.height=50
readme.editor.width=900
<<<<<<< HEAD
target2.width=90
target10.name=CSALearnedSoFar
target31.typeParameters=
target17.y=420
target17.x=10
target17.name=YashilaBordag
target3.name=SpecialInterestOrHobby
target28.typeParameters=
target7.height=50
target13.y=360
target13.x=140
=======
target2.width=80
target10.name=SeanTseng
target31.typeParameters=
target17.y=540
target17.x=140
target17.name=Classroom
target3.name=HarshaJagarlamudi
target28.typeParameters=
target7.height=50
target13.y=0
target13.x=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target2.editor.y=251
target2.editor.x=158
target7.editor.height=700
target16.editor.height=700
target19.editor.y=169
target24.name=JacobBratsman
target19.editor.x=127
<<<<<<< HEAD
dependency7.to=AshishPanjwani
=======
dependency7.to=JohnSo
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
dependency12.type=UsesDependency
target22.editor.y=25
target22.editor.x=0
dependency19.type=UsesDependency
dependency16.from=Classroom
target4.showInterface=false
target13.showInterface=false
class.AryanJadhav.superclass=Student
target27.editor.width=900
<<<<<<< HEAD
=======
class.HarshaJagarlamudi.superclass=Student
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target27.width=130
target15.type=ClassTarget
class.KilgoreTrout.superclass=Student
target11.height=50
target15.editor.y=2
target1.type=InterfaceTarget
target15.editor.x=0
<<<<<<< HEAD
target9.width=90
target8.type=ClassTarget
=======
target9.width=80
target8.type=InterfaceTarget
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
class.PranavKonduru.superclass=Student
target23.width=80
target6.editor.height=700
target15.editor.height=700
class.ChristyKoh.superclass=Student
target22.type=ClassTarget
dependency1.to=KilgoreTrout
target21.editor.width=996
target9.editor.width=900
target29.type=ClassTarget
<<<<<<< HEAD
target5.width=140
=======
target5.width=80
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
class.JustineKoa.superclass=Student
target1.naviview.expanded=true
target28.naviview.expanded=true
target30.y=780
<<<<<<< HEAD
target30.x=10
target17.editor.width=1180
target15.naviview.expanded=true
target8.y=0
target8.x=0
=======
class.AdrianLiu.superclass=Student
target30.x=10
target17.editor.width=1180
target15.naviview.expanded=true
target8.y=240
target8.x=120
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
target30.editor.height=700
target3.editor.width=900
target12.width=80
target31.type=ClassTarget
dependency2.type=UsesDependency
<<<<<<< HEAD
target4.y=130
target4.x=190
=======
target4.y=0
target4.x=0
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9
class.SpecialInterestOrHobby.superclass=
target20.height=50
target8.editor.y=75
dependency9.type=UsesDependency
dependency6.from=Classroom
target12.height=50
target8.editor.x=598
target14.editor.height=700
target21.typeParameters=
target11.editor.width=900
world.lastInstantiated=Classroom
dependency14.to=SriVishnuChadalavada
target18.typeParameters=
<<<<<<< HEAD
target19.showInterface=false
target29.naviview.expanded=true
target1.height=50
class.StudentLeadership.superclass=
target4.typeParameters=
mainWindow.width=1382
=======
class.UdayKalra.superclass=Student
target19.showInterface=false
target29.naviview.expanded=true
target1.height=50
class.GustavoSilvera.superclass=Student
class.StudentLeadership.superclass=
target4.typeParameters=
mainWindow.width=1725
=\=\=\=\=\=\=
>>>>>>> 505d0a63e877d91a8f04f50f7ea5f87091f3fcb9