GUI with Command Line Interface included for managing the information system of a sports entity. The program works over 3 files:
- directores_tecnicos.txt
- patrocinadores.txt
- secciones.txt
All commands are generated through Java Lambda Expressions.
- Java Development Kit.
- NetBeans IDE 8.2.
- The Java Development Kit. You can find it on Oracle.
- Apache NetBeans (preferrable over NetBeans IDE 8.2).
You can clone this repsitory to get the source code
git clone https://github.com/leovergaramarq/SIED.git
- Open the project with your IDE.
- Run the class
sied.SIED.java
.
The process of generating a .jar executable is guided by your IDE. If using NetBeans, please copy the src/res/
path into the generated dist/
folder.