8889909192939495969798
word = new JLabel("- - - - - -"); word.setFont(font); word.setForeground(Color.white); word.setFont( word.getFont().deriveFont(Font.BOLD)); score = new Score(); score.score(); myPlateau = new Plateau(); myRandom = new Random();