Tagged Questions
-5
votes
2answers
186 views
How to create a login form - OOP in Java? [closed]
I already have a inventory system which accesses a certain table on a certain database.
Now I want to create a new frame that will serve as a login form before the user can proceed to the main ...
0
votes
3answers
335 views
building an online order - inventory system [closed]
I am required to create a new inventory system for a company. Basically, it will allow the company to add its products (with barcodes) and all information of those products, then customer could access ...