I have a Java Swing component that prints "hello" every 1 minute.
timer = new Timer(); timer.schedule(new HelloWordTask(), TIME, TIME);