package.bluej 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #BlueJ package file
  2. dependency1.from=MainApplication
  3. dependency1.to=Pet
  4. dependency1.type=UsesDependency
  5. dependency2.from=MainApplication
  6. dependency2.to=Dog
  7. dependency2.type=UsesDependency
  8. dependency3.from=MainApplication
  9. dependency3.to=Cat
  10. dependency3.type=UsesDependency
  11. dependency4.from=MainApplication
  12. dependency4.to=Pig
  13. dependency4.type=UsesDependency
  14. editor.fx.0.height=722
  15. editor.fx.0.width=800
  16. editor.fx.0.x=240
  17. editor.fx.0.y=27
  18. objectbench.height=101
  19. objectbench.width=461
  20. package.divider.horizontal=0.6
  21. package.divider.vertical=0.8007380073800738
  22. package.editor.height=427
  23. package.editor.width=674
  24. package.editor.x=141
  25. package.editor.y=59
  26. package.frame.height=600
  27. package.frame.width=800
  28. package.numDependencies=4
  29. package.numTargets=6
  30. package.showExtends=true
  31. package.showUses=true
  32. project.charset=UTF-8
  33. readme.height=58
  34. readme.name=@README
  35. readme.width=47
  36. readme.x=10
  37. readme.y=10
  38. target1.height=50
  39. target1.name=MainApplicationTest
  40. target1.showInterface=false
  41. target1.type=ClassTarget
  42. target1.width=150
  43. target1.x=130
  44. target1.y=0
  45. target2.height=50
  46. target2.name=Cat
  47. target2.showInterface=false
  48. target2.type=ClassTarget
  49. target2.width=80
  50. target2.x=100
  51. target2.y=130
  52. target3.height=50
  53. target3.name=Dog
  54. target3.showInterface=false
  55. target3.type=ClassTarget
  56. target3.width=80
  57. target3.x=10
  58. target3.y=130
  59. target4.height=50
  60. target4.name=Pet
  61. target4.showInterface=false
  62. target4.type=AbstractTarget
  63. target4.width=80
  64. target4.x=200
  65. target4.y=70
  66. target5.height=50
  67. target5.name=MainApplication
  68. target5.showInterface=false
  69. target5.type=ClassTarget
  70. target5.width=120
  71. target5.x=70
  72. target5.y=70
  73. target6.height=50
  74. target6.name=Pig
  75. target6.showInterface=false
  76. target6.type=ClassTarget
  77. target6.width=80
  78. target6.x=190
  79. target6.y=130