Problem with drag and drop
Hi everybody!
I have a JTable in wich I want to drop text in cells. But I want to have a tooltiptext, so I wrote the following code:
jTable.setToolTipText("some text");
The problem is when I have the mouse pressed over the table during the drag and drop operation the tooltiptext don't appear!!
Does anyone knows how to resolve this problem?
[399 byte] By [
GrEga] at [2007-11-27 7:55:13]

# 2
Hi camickr!
I don't know you give me a link to my last post! ;) I guess you want that I finish the post, but I can't say to you why the problem just desappear. I'm using NetBeans IDE and I disposed the components again and all works fine.
Is that the reason you don't help me with my new problem?
Thanks in advance!
GrEga at 2007-7-12 19:36:32 >

# 3
> Is that the reason you don't help me with my new problem?
Yes. People who read the posting don't know that the problem has gone away may waste time trying to give an answer as to what they think the problem is. We would rather spend time helping people wit real problems. You should reply to every posting you make!
I don't know enough about DnD to say why the tooltip isn't displayed.