Hello
I need to display pictures in the table from database, pictures will
depends on the value in the cells. For example for age, if the age is
between 0 and 20 there will be displayed picture1, 20-40 picture2 and
so on. Please give me some advice or any help.
Thank you for your help. Sorry for my broken english :) I am a beginner
so please give me some help :)
steve - 02 Jun 2006 11:28 GMT
> Hello
>
[quoted text clipped - 5 lines]
> Thank you for your help. Sorry for my broken english :) I am a beginner
> so please give me some help :)
so specifically what is the problem?
database?
table?
Steve
michals.ms@gmail.com - 02 Jun 2006 12:32 GMT
steve napisal(a):
> > Hello
> >
[quoted text clipped - 11 lines]
>
> Steve
How to display it in the JTable :)
misza
jcsnippets.atspace.com - 02 Jun 2006 13:23 GMT
<snipped>
> How to display it in the JTable :)
Have a look at the Java tutotial - especially this part (how to use tables):
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
Best regards,
JayCee
--
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks