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.
- Host: GitHub
- URL: https://github.com/abdelrahmanbayoumi/stack-implementation-in-java-swing
- Owner: AbdelrahmanBayoumi
- Created: 2019-10-19T20:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T20:06:40.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T20:40:43.909Z (over 1 year ago)
- Topics: datastructures, desktop-application, gui, java, java-8, stack, swing-gui
- Language: Java
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**

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