package.bluej 1.8KB

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