public void målablå(){
Graphics g = getGraphics();
super.paintComponents(g);
g.setColor(Color.blue);
g.fillOval(m*30, p*60, 50, 50);
if (p==4){
repaint();
}
målablå is swedish for paintblue
m is the number of choices the player has made.
p is the number of rounds.
I'm getting really confused about this, any help apprciated:)

New Topic/Question
Reply




MultiQuote





|