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

Diff of /classpath/java/awt/Frame.java

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

revision 1.22.2.1 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC revision 1.22.2.2 by gnu_andrew, Sat Jan 15 17:01:47 2005 UTC
# Line 199  private String title = ""; Line 199  private String title = "";
199    /*    /*
200     * The number used to generate the name returned by getName.     * The number used to generate the name returned by getName.
201     */     */
202    private static transient long next_frame_number = 0;    private static transient long next_frame_number;
203    
204  /**  /**
205    * Initializes a new instance of <code>Frame</code> that is not visible    * Initializes a new instance of <code>Frame</code> that is not visible

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.22.2.2

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