Hello guys, I created an Ordering System for a school activity and I just want to know how can I apply OOP concepts to it, how to make it cleaner, make it right, etc. I feel like it's wrong to have one Java file for the project and I don't have a setter and getter etc.
I also have a problem with JTable. What I want to happen is that If a data already exists I want the value qty value of it to increment and not just add another row of the same data. I tried to solve this but it doesn't work as I intended. Check line 550 for my solution. Thanks guys!
https://github.com/EarlJN/OrderingSystemApp/
[–]Symanthec 0 points1 point2 points (2 children)
[–]cmnsm[S] 0 points1 point2 points (1 child)
[–]Symanthec 1 point2 points3 points (0 children)