mouse double click problem
- From: "Tis Veugen" <Tis.Veugen@xxxxxxxxxxxxxxxx>
- Date: Sun, 17 Dec 2006 22:08:49 +0100
Hi,
The u/i of my Java application has the following problem.
Inside a panel a mouse double click causes a popup of another window. In
that window there is a JList with some items. One of these items must be
selected based on a previous selection. However, if the mouse is positioned
such that it covers the JList, then the item at the mouse pointer becomes
erroneously selected. Probably, due to the second click of the mouse. I
tried to consume() the current mouseEvent, but no success.
Is there a way to clear all pending mouseEvents?
Or does somebody know another solution?
Thanks,
Tis Veugen
.
- Follow-Ups:
- Re: mouse double click problem
- From: Andrew Thompson
- Re: mouse double click problem
- Prev by Date: Re: regular expressions
- Next by Date: A? question? about? regular? expressions?, Take? 2?
- Previous by thread: Declaring and implementing exceptions inside interfaces?
- Next by thread: Re: mouse double click problem
- Index(es):
Relevant Pages
|