On Thu, 2006-07-06 at 12:54 -0400, Tania Bento wrote: > Hey, > > This patch fixes a Harmony Test that was failing on Classpath. We now > generate the canvas name in the same manner as Sun. If someone could > please approve/comment on this patch, that would be great. > > 2006-07-06 Tania Bento <[EMAIL PROTECTED]> > > * gnu/java/awt/Canvas.java > Added new private variable 'next_canvas_number". > (generateName): Added. > (getUniqueLong): Added.
There are several components that also generate a name on Sun (like Panels, etc). It would be good if this was added to all the appropriate ones. Lillian > > Thanks, > Tania
