Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaldih/ultimate-elevator

Elevador con componente TIMER en JAVA
https://github.com/zaldih/ultimate-elevator

animated ascensor elevator floor java mvc swing timer

Last synced: 9 days ago
JSON representation

Elevador con componente TIMER en JAVA

Awesome Lists containing this project

README

        

# Ultimate-elevator

![preview](ultimate-elevator-preview.gif)

### -ESP-

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.

### -ENG-

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.