hai.. I'm making an inventory program.. I have a problem in developing it..I just want to ask advise on what should I use to display teh inpuuted product.. could I use the table? or is their another way?
Printable View
hai.. I'm making an inventory program.. I have a problem in developing it..I just want to ask advise on what should I use to display teh inpuuted product.. could I use the table? or is their another way?
First why not tell us more of what type of program you are trying to create, what your constraints are. For one, are you creating a GUI program such that requires windows, or are you creating a console program that interacts with the user line by line?
Good luck
My program is inventory and i have a problem where to place or view the products that was inputted by the user.
That's not much information. Well, best of luck to you regardless.
A great resource that has helped me and will probably help you is an article entitled How To Ask Questions The Smart Way. It will tell you how to formulate your questions so that the folks here will be better able to answer them. Good luck.
You could use a JTable if it's tabular data. Another alternative is a JEditorPane, which will aloow you to present it as nicely formatted text.