Sometimes it might look a bit empty between the objects in a typical, simple game.
One way of bringing some life onto the screen is to draw an animated background behind the objects, for example a star field.
A simple way of doing this is to create two classes; Star and StarHandler.
Star.java: