classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [Patch][gui] java.awt.dnd.DropTarget


From: Mark Wielaard
Subject: Re: [cp-patches] [Patch][gui] java.awt.dnd.DropTarget
Date: Thu, 27 Jan 2005 21:35:40 +0100

Hi,

On Thu, 2005-01-27 at 20:19 +0100, Michael Koch wrote:
> 2005-01-27  Graydon Hoare  <address@hidden>
> 
>       * java/awt/dnd/DropTarget.java
>       (addDropTargetListener): Despite documentation, do not throw.
>       * javax/swing/JComponent.java: Set a default DropTarget.
> [...]
> @@ -870,6 +872,9 @@
>     */
>    protected Graphics getComponentGraphics(Graphics g)
>    {    
> +    if (debugGraphicsOptions != DebugGraphics.NONE_OPTION)
> +      g = new DebugGraphics(g, this);
> +    
>      Graphics g2 = g.create();
>      g2.setFont(this.getFont());
>      g2.setColor(this.getForeground());

Was this last hunk supposed to be in this patch?

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]