Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaldih/ultimate-elevator
- Owner: zaldih
- Created: 2018-04-17T08:20:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T10:39:04.000Z (over 5 years ago)
- Last Synced: 2024-11-07T04:37:22.481Z (about 2 months ago)
- Topics: animated, ascensor, elevator, floor, java, mvc, swing, timer
- Language: Java
- Homepage:
- Size: 865 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.