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

https://github.com/imgovindjee/process-scheduler

This is a basic PROCESS_SCHEDULER using JAVA, JAVA_SWING having FCFS, SRTF, SJFS, RR, PNS, PSP
https://github.com/imgovindjee/process-scheduler

java javaframework jframe jlabel object-oriented-programming oops-in-java swing

Last synced: about 1 month ago
JSON representation

This is a basic PROCESS_SCHEDULER using JAVA, JAVA_SWING having FCFS, SRTF, SJFS, RR, PNS, PSP

Awesome Lists containing this project

README

          

# OS Process Scheduler

## Release
This is an open source application for OS Process Scheduler Visualizer.
Here I've used Java along side Swing for UI/UX Interface.

## Demo
Here are the some Demo Lookout for the same.

![Image](https://github.com/user-attachments/assets/5e977001-90a1-4110-a112-ed48f113db30)

**FCFS [First Come First Serve]**

![Image](https://github.com/user-attachments/assets/4014f8fa-3f0b-4952-8bfe-9ee254c31849)
![Image](https://github.com/user-attachments/assets/15d06118-d99d-413f-b92c-968e14031973)

**[SJF] Shortest Job First**

![Image](https://github.com/user-attachments/assets/945ac7fc-0a46-4c9b-b8b7-bf1668516ca4)

**[SRTF] Shortest Remaining Time First**

![Image](https://github.com/user-attachments/assets/f78d827a-5c8b-46bf-b0cf-a032adb58703)

**[PNS] Priority Non-Preemptive Scheduling**

![Image](https://github.com/user-attachments/assets/d6392b07-f856-49ee-8866-38c987d8c4f5)

**[PSP] Priority Scheduling Preemptive**

![Image](https://github.com/user-attachments/assets/1cd5a9e0-e661-4b0e-8f4c-c26186f70ffc)

**[RR] Round Robin**

![Image](https://github.com/user-attachments/assets/2113650b-2d41-416d-9b6d-934e8974a503)

![Image](https://github.com/user-attachments/assets/44f16511-f9b7-42f2-b504-e32878407c6b)