setDefaultCloseOperation(EXIT_ON_CLOSE);
}
private void initializeComponents(){
PipesManiaGame game = new PipesManiaGame(HEIGHT, WIDTH);
board = game.getBoard();
this.add(getScrollPane(), BorderLayout.CENTER);
/*try {
//this.add(getImagePane(), BorderLayout.CENTER);
} catch (MalformedURLException e) {