/[classpath]/classpath/java/awt/FlowLayout.java
ViewVC logotype

Diff of /classpath/java/awt/FlowLayout.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by uid67440, Fri Dec 26 17:16:40 2003 UTC revision 1.12 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  // FlowLayout.java - Grid-based layout engine  /* FlowLayout.java -- Grid-based layout engine
2       Copyright (C) 1999, 2000, 2001, 2002, 2004  Free Software Foundation
 /* Copyright (C) 1999, 2000, 2001, 2002  Free Software Foundation  
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 47  import java.io.Serializable; Line 46  import java.io.Serializable;
46   * supports horizontal and vertical gaps.  These are used for spacing   * supports horizontal and vertical gaps.  These are used for spacing
47   * between components.   * between components.
48   *   *
49   * @author Tom Tromey <tromey@redhat.com>   * @author Tom Tromey (tromey@redhat.com)
50   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
51   */   */
52  public class FlowLayout implements LayoutManager, Serializable  public class FlowLayout implements LayoutManager, Serializable

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26