Posts by Muttley • 13 points
1 post
-
1
votes1
answer685
viewsQ: How to update a Label automatically every minute?
I am wanting to make an application that checks the price of a product every minute. In my Code test this as follows: package sample; import javafx.stage.Stage; import java.awt.*; import…