svoid swingEverySecond(JComponent component, Runnable r) { installTimer(component, r, 1000, 0); }