java - How to update a swing component at a certain hour everyday? -
i want accomplish behavior in application running during whole week. have methods repaint , re validate information i'm displaying, , call repainting routines when user presses button, how can make these operations execute automatically @ time everyday application can stay unattended in meanwhile?
but how can make these operations execute automatically @ time everyday
with javax.swing.timer should able want.
the timer swing package has been designed work event-dispatching thread , reduce needed resources.
Comments
Post a Comment