Spieler Klasse (Spielerzug)
This commit is contained in:
parent
0a31fb2319
commit
67f4f300cb
|
|
@ -1,20 +1,20 @@
|
|||
#BlueJ package file
|
||||
editor.fx.0.height=0
|
||||
editor.fx.0.width=0
|
||||
editor.fx.0.x=0
|
||||
editor.fx.0.height=984
|
||||
editor.fx.0.width=640
|
||||
editor.fx.0.x=640
|
||||
editor.fx.0.y=0
|
||||
objectbench.height=93
|
||||
objectbench.width=760
|
||||
objectbench.width=600
|
||||
package.divider.horizontal=0.6
|
||||
package.divider.vertical=0.8003992015968064
|
||||
package.editor.height=394
|
||||
package.editor.width=649
|
||||
package.editor.x=283
|
||||
package.editor.y=303
|
||||
package.frame.height=600
|
||||
package.frame.width=800
|
||||
package.divider.vertical=0.8870056497175142
|
||||
package.editor.height=778
|
||||
package.editor.width=489
|
||||
package.editor.x=640
|
||||
package.editor.y=0
|
||||
package.frame.height=984
|
||||
package.frame.width=640
|
||||
package.numDependencies=0
|
||||
package.numTargets=0
|
||||
package.numTargets=2
|
||||
package.showExtends=true
|
||||
package.showUses=true
|
||||
project.charset=UTF-8
|
||||
|
|
@ -23,3 +23,17 @@ readme.name=@README
|
|||
readme.width=47
|
||||
readme.x=10
|
||||
readme.y=10
|
||||
target1.height=50
|
||||
target1.name=TicTacToe
|
||||
target1.showInterface=false
|
||||
target1.type=ClassTarget
|
||||
target1.width=90
|
||||
target1.x=70
|
||||
target1.y=10
|
||||
target2.height=50
|
||||
target2.name=Spieler
|
||||
target2.showInterface=false
|
||||
target2.type=ClassTarget
|
||||
target2.width=80
|
||||
target2.x=200
|
||||
target2.y=10
|
||||
|
|
|
|||
Loading…
Reference in New Issue