Re: Mouse Cursor with hourglass and pointer
- From: "decalod85" <decalod85@xxxxxxxxxxx>
- Date: 30 Sep 2005 05:18:36 -0700
Vova Reznik wrote:
> To change cursor check out
> java.awt.Cursor
> java.awt.Component.setCursor(Cursor)
That would work great, but swing doesn't include a cursor of the
shape that I want.
> Changing cursor wont block GUI from Mouse/Key/Input events.
>
> To block events you should use glass pane.
Actually, I have found glass pane completely inadequate for blocking
events. I intercept the events in the event queue. That works much
better.
.
- Follow-Ups:
- Re: Mouse Cursor with hourglass and pointer
- From: Thomas A. Russ
- Re: Mouse Cursor with hourglass and pointer
- From: Vova Reznik
- Re: Mouse Cursor with hourglass and pointer
- References:
- Mouse Cursor with hourglass and pointer
- From: decalod85
- Re: Mouse Cursor with hourglass and pointer
- From: Vova Reznik
- Mouse Cursor with hourglass and pointer
- Prev by Date: Re: How to reorder JTable
- Next by Date: How to convert GUI component's graphics to int[]or byte[]?
- Previous by thread: Re: Mouse Cursor with hourglass and pointer
- Next by thread: Re: Mouse Cursor with hourglass and pointer
- Index(es):