Re: CellRendererPane causes cursor flickering during drag and drop
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Apr 2008 21:03:27 GMT
On Mon, 14 Apr 2008 04:23:40 -0700 (PDT), lemmi
<dlemmermann@xxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
setCursor() is not being called. During a drag and drop operation the
cursor management seems to happen somewhere else but I don't know
where.
At least on my hardware, it seems very likely the cursor is being
redrawn back and forth between two different forms. This implies
SOMEONE, perhaps deep in the bowels or in a UI LAF is calling
setCursor.
If I were you I would put a trap on setCursor and find out if and who
is calling it.
Also, If you can get a snapshot of the variant cursor, and if you can
recognise it, that might help track down who is setting it and where.
The queasy feeling I have about this is even after you track it down
and present it to Sun, they will say it is not a bug but a feature.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Prev by Date: Re: CellRendererPane causes cursor flickering during drag and drop
- Next by Date: Count how many visible rows can be fetched into a JFrame from JTable
- Previous by thread: Re: CellRendererPane causes cursor flickering during drag and drop
- Next by thread: Count how many visible rows can be fetched into a JFrame from JTable
- Index(es):
Relevant Pages
|