Is it possible to create a scenario with fullscreen?
   
   
            import java.awt.Toolkit;
// some other stuff
private static int width = Toolkit.getDefaultToolkit().getScreenSize().width;
private static int height = Toolkit.getDefaultToolkit().getScreenSize().height;
public MyWorld()
{
    super(width, height, 1);
    // other stuffsuper(width, height, 1);
super(width, height -somenumber, 1);