Eso es una simple aplicación Java (usando la librería Swing en eclipse) que combina los conceptos de los Timers y de los elementos gráficos de dicha librería.
También es un "buen" ejemplo del modelo MODELO-VISTA-CONTROLADOR.
Básicamente simula ser un panel de un ascensor, el cual puedes seleccionar la planta y el ascensor irá hacia ella, con una animación creada gracias al timer.
A simple Java app (using eclipse Swing library) that combines the Timer concept with the graphic elements from said library.
It's also a good example of the model MODEL-VIEW-CONTROLLER
Basically, it simulates an elevator panel, where you select the floor you want to go, and a Timer based animation of an elevator goes towards the selected floor.
I hope you find it useful.