This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Tanks
mirror of
https://github.com/jrtechs/Tanks.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
added fields
pull/1/head
17bthompson
8 years ago
parent
48a8a77589
commit
353e868306
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/tanks/Tanks.java
+ 5
- 0
src/tanks/Tanks.java
View File
@ -8,6 +8,11 @@ package tanks;
*
/
public
class
Tanks
{
/
/
fields
private
JFrame
f
;
private
JPanel
panel
;
private
int
kills
;
/
/
constructor
public
Tanks
(
)
{
Write
Preview
Loading…
Cancel
Save