Salve. Mi dite perchè non mi riconosce il metodo setColor() ?
codice:int fColorVred = input.nextInt(); int fColorVgreen = input.nextInt(); int fColorVblue = input.nextInt(); fColorV[countP].setColor(new Color(fColorVred, fColorVgreen, fColorVblue));

Rispondi quotando