init
This commit is contained in:
parent
9332a5cc5f
commit
5bd087486b
BIN
game.class
Normal file
BIN
game.class
Normal file
Binary file not shown.
7
game.ctxt
Normal file
7
game.ctxt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#BlueJ class context
|
||||||
|
comment0.target=game
|
||||||
|
comment0.text=\r\n\ Klasse\ game.\r\n\ \ \r\n\ @author\ \r\n
|
||||||
|
comment1.params=
|
||||||
|
comment1.target=game()
|
||||||
|
comment1.text=---------------Konstruktor---
|
||||||
|
numComments=2
|
||||||
19
game.java
Normal file
19
game.java
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
* Klasse game.
|
||||||
|
*
|
||||||
|
* @author
|
||||||
|
*/
|
||||||
|
public class game {
|
||||||
|
/*---------------Attribute-----*/
|
||||||
|
|
||||||
|
|
||||||
|
/*---------------Konstruktor---*/
|
||||||
|
public game() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/*---------------Methoden------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@ -1,3 +1,25 @@
|
|||||||
#BlueJ package file
|
#BlueJ package file
|
||||||
#Thu Jun 18 12:25:01 CEST 2026
|
editor.fx.0.height=0
|
||||||
|
editor.fx.0.width=0
|
||||||
|
editor.fx.0.x=0
|
||||||
|
editor.fx.0.y=0
|
||||||
|
objectbench.height=93
|
||||||
|
objectbench.width=760
|
||||||
|
package.divider.horizontal=0.6
|
||||||
|
package.divider.vertical=0.8
|
||||||
|
package.editor.height=393
|
||||||
|
package.editor.width=649
|
||||||
|
package.editor.x=208
|
||||||
|
package.editor.y=208
|
||||||
|
package.frame.height=600
|
||||||
|
package.frame.width=800
|
||||||
|
package.numDependencies=0
|
||||||
|
package.numTargets=0
|
||||||
|
package.showExtends=true
|
||||||
|
package.showUses=true
|
||||||
project.charset=UTF-8
|
project.charset=UTF-8
|
||||||
|
readme.height=60
|
||||||
|
readme.name=@README
|
||||||
|
readme.width=49
|
||||||
|
readme.x=10
|
||||||
|
readme.y=10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user