[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[albireo-dev] Re: AWT cursors
|
- From: Bruno Haible <haible@xxxxxxx>
- Date: Fri, 25 Jan 2008 21:25:24 +0100
- Delivered-to: albireo-dev@eclipse.org
- Organization: ILOG
- User-agent: KMail/1.9.1
I wrote:
> I have added view called
> SWTBug58308, with some constant ifs that show: the code recommended by
> the SWT gurus (using a java.awt.Panel) works better than the one in
> Albireo (that uses a JApplet).
Oops. Took me two hours to notice that I had forgotton to invoke the
populate() method. When I call it, the crosshair cursor is fine.
What can we do avoid this pitfall?
Bruno