/[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.12 by mkoch, Mon Sep 27 15:11:46 2004 UTC revision 1.13 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 68  public class FlowLayout implements Layou Line 68  public class FlowLayout implements Layou
68    // Serialization constant    // Serialization constant
69    private static final long serialVersionUID = -7262534875583282631L;    private static final long serialVersionUID = -7262534875583282631L;
70    
71    /** Add a new component to the layout.  This particular implementation    /**
72       * Add a new component to the layout.  This particular implementation
73     * does nothing.     * does nothing.
74       *
75       * @param name the name
76       * @param comp the component
77     */     */
78    public void addLayoutComponent (String name, Component comp)    public void addLayoutComponent (String name, Component comp)
79    {    {

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

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