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

https://github.com/abdelrahmanbayoumi/stack-implementation-in-java-swing

Project to implement stack class in java Swing.
https://github.com/abdelrahmanbayoumi/stack-implementation-in-java-swing

datastructures desktop-application gui java java-8 stack swing-gui

Last synced: about 1 year ago
JSON representation

Project to implement stack class in java Swing.

Awesome Lists containing this project

README

          

# Stack implementation In Java (Swing)

Stack is a data structure used to store a collection of objects. Individual items can be added and stored in a stack using a push operation. Objects can be retrieved using a pop operation, which removes an item from top of the stack, applying the rule LIFO (last in first out).

## Getting Started

- The project is implementation of stack datastrucure in java. There is an extra option is to load text file whit numbers and push it to the stack to do various stack operations.

- To build this project just run this [Project.java](/src/ProjectStackFrame/Project.java).




- **OR** for GUI version use executable jar file **[Here](excutable%20jar.jar)**

![image](https://user-images.githubusercontent.com/48678280/87459727-1015e900-c60c-11ea-934c-9cb11dd7a973.png)




> سبحَانَكَ اللَّهُمَّ وَبِحَمْدِكَ، أَشْهَدُ أَنْ لا إِلهَ إِلأَ انْتَ أَسْتَغْفِرُكَ وَأَتْوبُ إِلَيْكَ.