| Author |
Can we set an image in a cell of a jtable.
|
phooton misra
Ranch Hand
Joined: Jul 31, 2012
Posts: 35
|
|
|
[color=red][/color][size=24][/size][size=18][/size][size=24]Can we set an image in a cell of a jtable.[/size]
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4165
|
|
|
Yes. Add Icons to the model and return Icon.class from getColumnClass(...)
|
luck, db
There are no new questions, but there may be new answers.
|
 |
phooton misra
Ranch Hand
Joined: Jul 31, 2012
Posts: 35
|
|
hi darryl
i tried to change the image as utold ,its working fine ,but at the same time its not changing color ,but if i ll not change the image than it is changing xolor ,kindly suggest me what should i do?
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4165
|
|
phooton misra wrote:hi darryl
i tried to change the image as utold ,its working fine
Good to know.
phooton misra wrote:but at the same time its not changing color ,but if i ll not change the image than it is changing xolor ,kindly suggest me what should i do?
That probably makes sense to you, since you know what you're trying to do, but even after reading it 4 or 5 times I haven't a clue what it's supposed to convey.
To get better help sooner, post a SSCCE (Short, Self Contained, Correct (Compilable), Example) that demonstrates the problem. Not all your code; just a short-as-possible program that we can compile and execute to see where your problem lies.
|
 |
 |
|
|
subject: Can we set an image in a cell of a jtable.
|
|
|