This commit is contained in:
Vector 2026-06-18 12:32:03 +02:00
parent 9332a5cc5f
commit 5bd087486b
4 changed files with 49 additions and 1 deletions

BIN
game.class Normal file

Binary file not shown.

7
game.ctxt Normal file
View 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
View File

@ -0,0 +1,19 @@
/**
* Klasse game.
*
* @author
*/
public class game {
/*---------------Attribute-----*/
/*---------------Konstruktor---*/
public game() {
}
/*---------------Methoden------*/
}

View File

@ -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