Window Title
To adjust the title of the frame window you will need to edit the SpaceInvaders.java file. At the moment the frame has the title "Space Invaders", why not search for that and change it to something else. As before, remember to save and recompile.
To compile your code type:
javac *.java
If you don't encounter any errors then you can run your game with this command:
java -cp . SpaceInvaders
If you get any errors just ask your lab tutor.
Return to the start to make more changes <here>.