!7 sS icons = [[ #1101394 - creditcard #1101393 - money #1101392 - favorite-fridge #1101391 - cart #1101390 - error #1101389 - trash #1101388 - read #1101387 - remove #1101386 - phone #1101385 - info #1101384 - mail #1101383 - food-bowl #1101382 - client ]]; sclass Smiley > DynSCP { start { doEvery(5000, r revisualize2); } JComponent visualize2() { S imageID = first(random(map(tlft(icons), func(S s) -> LS { splitAt(s, " - ") }))); ret jimage(imageID); } }