classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches]: Patch: JOptionPane fix


From: Lillian Angel
Subject: Re: [cp-patches]: Patch: JOptionPane fix
Date: Thu, 15 Sep 2005 10:43:39 -0400

Oops! That is just in my patch, i never committed that file.
attached is the proper patch.

On Thu, 2005-09-15 at 16:40 +0200, Mark Wielaard wrote:
> Hi Lillian,
> 
> On Thu, 2005-09-15 at 10:04 -0400, Lillian Angel wrote:
> > --- java/awt/BorderLayout.java  4 Aug 2005 18:10:44 -0000       1.18
> > +++ java/awt/BorderLayout.java  15 Sep 2005 14:02:13 -0000
> > @@ -423,6 +423,7 @@
> >     */
> >    public float getLayoutAlignmentX(Container parent)
> >    {
> > +    System.out.println(parent.getAlignmentX());
> >      return(parent.getAlignmentX());
> >    }
> 
> You left some debug output there.
> 
> Cheers,
> 
> Mark

Attachment: patch.diff
Description: Text Data


reply via email to

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