I'm working on Asteroids(chapter 7) and I'm trying to set the font but r keeps giving me the error "cannot find symbol".
scoreCounter = newCounter("Score: ");
scoreCounter.setFont(scoreCounter.deriveFont(new Font("Ariel",12,Font.BOLD)));
addObject(scoreCounter,60, (getHeight()-20));
