Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldipl/employees-list---mvc-javafx-app
Employees list - JavaFX Application with MVC pattern which called Model View Controller. In these app you can add new employees by clicking "add button", load .txt file with list of employees, save new list to file and also generate a new report, sorted by work time.
https://github.com/goldipl/employees-list---mvc-javafx-app
java java11 javafx scenebuilder
Last synced: 8 days ago
JSON representation
Employees list - JavaFX Application with MVC pattern which called Model View Controller. In these app you can add new employees by clicking "add button", load .txt file with list of employees, save new list to file and also generate a new report, sorted by work time.
- Host: GitHub
- URL: https://github.com/goldipl/employees-list---mvc-javafx-app
- Owner: goldipl
- Created: 2020-02-01T20:39:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T13:34:49.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:40:11.515Z (2 months ago)
- Topics: java, java11, javafx, scenebuilder
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [General info](#general-info)
* [Additional info](#additional-info)
* [Screenshot](#screenshot)
* [Technologies](#technologies)
* [Author](#author)## General info
Employees list MVC-JavaFX-App. Homework 3 for subject INU from Warsaw University of Technology.
Employees list - JavaFX Application with MVC pattern which called Model View Controller.
In these app you can add new employees by clicking "add button", load .txt file with list of employees,
save new list to file and also generate a new report, sorted by work time.## Additional info
If you want to run these application you have to install JavaFX plugin and add JavaFX libraries and
additionaly before start the application - click `Run Configurations...`, choose `(x)= Arguments`
and enter `--module-path "out;C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls,javafx.fxml`
to *VM Arguments* text field where **C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib** its your javafx sdk location. That's all.## Screenshot
![Screenshot](employeeslist.jpg)## Technologies
Project was created with:
* Java 8/11
* JavaFX
* Scene Builder## Author
Marcin Godlewski