I have a small app used to display a score for two players and area to put in scores that should be taken away from the total, for use in a game of darts.
I have a button that when pressed, initiates a small piece of code to add up the three scores and take them away from the total, however, the total remains at the starting 501 on the JPanel and the scores are not deducted.
I have printed the value out to make sure that it is working as it should which works fine.
Any help would be appreciated and just shout if you would like to see some code.
Many thanks in advance, Rob.