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: Michael Koch
Subject: Re: [cp-patches] [Patch][gui] java.awt.dnd.DropTarget
Date: Thu, 27 Jan 2005 22:07:08 +0100
User-agent: KMail/1.7.1

Am Donnerstag, 27. Januar 2005 21:35 schrieb Mark Wielaard:
> 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?

Thanks for catching this. This happens when you have different trees 
with different patches applied ... I reverted this.


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

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