12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- #BlueJ package file
- dependency1.from=ProductTest
- dependency1.to=Product
- dependency1.type=UsesDependency
- dependency2.from=InventoryTest
- dependency2.to=Inventory
- dependency2.type=UsesDependency
- dependency3.from=InventoryTest
- dependency3.to=Product
- dependency3.type=UsesDependency
- dependency4.from=Inventory
- dependency4.to=Product
- dependency4.type=UsesDependency
- dependency5.from=MainApplication
- dependency5.to=Inventory
- dependency5.type=UsesDependency
- editor.fx.0.height=0
- editor.fx.0.width=0
- editor.fx.0.x=0
- editor.fx.0.y=0
- objectbench.height=101
- objectbench.width=461
- package.divider.horizontal=0.6
- package.divider.vertical=0.8007380073800738
- package.editor.height=427
- package.editor.width=674
- package.editor.x=141
- package.editor.y=59
- package.frame.height=600
- package.frame.width=800
- package.numDependencies=5
- package.numTargets=5
- package.showExtends=true
- package.showUses=true
- project.charset=UTF-8
- readme.height=58
- readme.name=@README
- readme.width=47
- readme.x=10
- readme.y=10
- target1.height=50
- target1.name=ProductTest
- target1.showInterface=false
- target1.type=ClassTarget
- target1.width=100
- target1.x=130
- target1.y=10
- target2.height=50
- target2.name=Product
- target2.showInterface=false
- target2.type=ClassTarget
- target2.width=80
- target2.x=70
- target2.y=70
- target3.height=50
- target3.name=InventoryTest
- target3.showInterface=false
- target3.type=ClassTarget
- target3.width=110
- target3.x=10
- target3.y=130
- target4.height=50
- target4.name=Inventory
- target4.showInterface=false
- target4.type=ClassTarget
- target4.width=80
- target4.x=310
- target4.y=20
- target5.height=50
- target5.name=MainApplication
- target5.showInterface=false
- target5.type=ClassTarget
- target5.width=120
- target5.x=160
- target5.y=70
|