make button Magenta, when they record a position

This commit is contained in:
mrbesen 2017-10-26 14:08:30 +02:00
parent da8216d521
commit c276e463a2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ public class PosSelector implements Runnable {
@Override
public void run() {
button.setBackground(Color.MAGENTA);
try {
for(int i = 5; i > 0; i--) {//countdown
ui.info(i + "");