Random selection of words
Hi all
At my work I need a simple application with GUI, a "Lunch Generator".
We usually pick between three options for lunch every day, and when it's hard to decide, we could use some simple assistance ;)
Thus, I want to implement an option to type in three words describing the three menus. When I press a button ("Select" etc.), the program makes a random selection between the three given inputs and comes with an output. It should run this cycle for 3 seconds for example.
Moreover, it would be nice to graphically show that the program cycles between the options and highlights the one it chooses.
Anyone? :)