Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Currently, I try to code a simple inventory system with GUI in Java but i do not know where to start. Please give me some ideas for this system.
Posted

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!

So start with a pencil and paper, and work out what the user needs to see, what needs to be stored, and then try to do it by hand. When you have a system that works that way, it should be fairly easy to separate it into database design, and user interface (hopefully with a logic layer between them).

But this is a skill, and the only way to develop it is to try it, see what happens, and refine it to try again. Your tutor doesn't what to see our designs - he want you to think about problems then develop mechanisms for analysing and solving them. Because that is what development is all about!
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900