-
help with images
I have to write a supermarket type software for my assignment, I have different products in the system. At the moment, it is possible to check each product using ComboBox, selecting a product will bring out the details of it and displays it. I use text files to store the product details in and use bufferedreader to display them. i now have to match every product with a picture, that needs to be displayed whne product seleceted, what is the best way of doing this?
thanks for replies....
-
Re: help with images
Check the ImageIcon class.
-
Re: help with images
Thanks, took me some time to figure out how ImageIcon works (very simple, lol), now is all working fine....