static void selectAllLater(int delay, final JTextField tf) { awtLater(tf, delay, r { tf.selectAll() }); }