Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sondosaabed/tawjihi-school-records
School records managment application using linkedlist as data Structure. Java | JavaFX
https://github.com/sondosaabed/tawjihi-school-records
data-structures gui java javafx linked-list school-records
Last synced: 1 day ago
JSON representation
School records managment application using linkedlist as data Structure. Java | JavaFX
- Host: GitHub
- URL: https://github.com/sondosaabed/tawjihi-school-records
- Owner: sondosaabed
- Created: 2022-03-05T19:40:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T20:50:55.000Z (about 2 years ago)
- Last Synced: 2024-11-06T15:40:38.539Z (about 2 months ago)
- Topics: data-structures, gui, java, javafx, linked-list, school-records
- Language: Java
- Homepage:
- Size: 276 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tawjihi-School-Records
in this Java desktop project I have created GUI as list of buttons that user can chose from.
The progress of the operation will be updated on a progress label.
I also made it read the two files .csv and divide them into 4 linkedLists based on area and branch of Tawjihi.
Because there will be only 4 probabilities of what the user is going to chose on radio buttons.
The operations "button" chosen will operate based on the 2 radio button user choices.
And the program will report the mean, the mode, and the median, also the variance and standard devieation.# Running the project
In order to run the project, needs the JavaFx library to be build on the projecet path.# File format example
The input of file of the program is .cvs and this is it's format:![image](https://user-images.githubusercontent.com/65151701/156897824-dfb6b1c9-00e4-469e-a083-cd9477c3cac2.png)
# Programms versions
javafx.version=17.0.1,
Java.version=17.0.8# Interface screenshot:
![1](https://user-images.githubusercontent.com/65151701/156897837-76ab4121-4962-4ce1-bdf8-ddc0db9e58a0.png)