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

Diff of /classpath/java/awt/CardLayout.java

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

revision 1.10 by mkoch, Fri Mar 19 21:22:24 2004 UTC revision 1.11 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  // CardLayout.java - Card-based layout engine  /* CardLayout.java -- Card-based layout engine
2       Copyright (C) 1999, 2000, 2002, 2003, 2004  Free Software Foundation
 /* Copyright (C) 1999, 2000, 2002, 2003  Free Software Foundation  
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt;  package java.awt;
40    
41    import java.io.Serializable;
42  import java.util.Enumeration;  import java.util.Enumeration;
43  import java.util.Hashtable;  import java.util.Hashtable;
 import java.io.Serializable;  
44    
45  /** This class implements a card-based layout scheme.  Each included  /** This class implements a card-based layout scheme.  Each included
46   * component is treated as a card.  Only one card can be shown at a   * component is treated as a card.  Only one card can be shown at a

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

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