package.bluej 1.7KB

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