Re: [cp-patches] Patch: NullPointerException in ToolTipManger #11538

2005-06-17 Thread Roman Kennke
Hi Lillian, This simple patch fixes the NullPointerException in the function mousePressed in ToolTipManager. Attached is the patch. 2005-06-15 Lillian Angel [EMAIL PROTECTED] * javax/swing/ToolTipManager.java Fixed Bug #11538. (mousePressed): check if

[cp-patches] Patch: NullPointerException in ToolTipManger #11538

2005-06-16 Thread Lillian Angel
This simple patch fixes the NullPointerException in the function mousePressed in ToolTipManager. Attached is the patch. 2005-06-15 Lillian Angel [EMAIL PROTECTED] * javax/swing/ToolTipManager.java Fixed Bug #11538. (mousePressed): check if currentComponent is null.