simulate a pair of dice.

package.bluej 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #BlueJ package file
  2. dependency1.from=Simulation
  3. dependency1.to=Bin
  4. dependency1.type=UsesDependency
  5. dependency2.from=Simulation
  6. dependency2.to=Dice
  7. dependency2.type=UsesDependency
  8. editor.fx.0.height=709
  9. editor.fx.0.width=781
  10. editor.fx.0.x=313
  11. editor.fx.0.y=64
  12. objectbench.height=164
  13. objectbench.width=776
  14. package.divider.horizontal=0.6
  15. package.divider.vertical=0.6845018450184502
  16. package.editor.height=364
  17. package.editor.width=674
  18. package.editor.x=178
  19. package.editor.y=51
  20. package.frame.height=600
  21. package.frame.width=800
  22. package.numDependencies=2
  23. package.numTargets=6
  24. package.showExtends=true
  25. package.showUses=true
  26. project.charset=UTF-8
  27. readme.height=58
  28. readme.name=@README
  29. readme.width=47
  30. readme.x=10
  31. readme.y=10
  32. target1.height=50
  33. target1.name=StimulationTest
  34. target1.showInterface=false
  35. target1.type=UnitTestTargetJunit4
  36. target1.width=90
  37. target1.x=440
  38. target1.y=100
  39. target2.height=50
  40. target2.name=BinTest
  41. target2.showInterface=false
  42. target2.type=UnitTestTargetJunit4
  43. target2.width=80
  44. target2.x=280
  45. target2.y=100
  46. target3.association=StimulationTest
  47. target3.height=50
  48. target3.name=Simulation
  49. target3.showInterface=false
  50. target3.type=ClassTarget
  51. target3.width=90
  52. target3.x=410
  53. target3.y=130
  54. target4.association=BinTest
  55. target4.height=50
  56. target4.name=Bin
  57. target4.showInterface=false
  58. target4.type=ClassTarget
  59. target4.width=80
  60. target4.x=250
  61. target4.y=130
  62. target5.association=DiceTest
  63. target5.height=50
  64. target5.name=Dice
  65. target5.showInterface=false
  66. target5.type=ClassTarget
  67. target5.width=80
  68. target5.x=90
  69. target5.y=130
  70. target6.height=50
  71. target6.name=DiceTest
  72. target6.showInterface=false
  73. target6.type=UnitTestTargetJunit4
  74. target6.width=80
  75. target6.x=120
  76. target6.y=100