I hereby claim:
- I am jensbodal on github.
- I am jensbodal (https://keybase.io/jensbodal) on keybase.
- I have a public key ASCKrFBUwPdCbDb3hreQD1b4Jl-Bru3k8EIfqikRdJieBAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
GameRunner runs Game |
package finalproject; | |
import java.awt.BorderLayout; | |
import java.awt.event.*; | |
import javax.swing.*; | |
// Don't impelment ActionListener on the JFrame unless you need the JFrame to | |
// have an action listener | |
public class Game extends JFrame { |