/[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.21 by mark, Thu Jul 22 19:45:38 2004 UTC revision 1.22 by mark, Sat Jul 31 17:15:13 2004 UTC
# Line 197  private String title = ""; Line 197  private String title = "";
197     */     */
198    private boolean undecorated = false;    private boolean undecorated = false;
199    
200  /*    /*
201     * The number used to generate the name returned by getName.     * The number used to generate the name returned by getName.
202   */     */
203    private static transient long next_frame_number = 0;    private static transient long next_frame_number = 0;
204    
205  /**  /**
# Line 408  public void removeNotify() Line 408  public void removeNotify()
408    super.removeNotify();    super.removeNotify();
409  }  }
410    
411  /**    /**
412    * Returns a debugging string describing this window.     * Returns a debugging string describing this window.
413    *     *
414    * @return A debugging string describing this window.     * @return A debugging string describing this window.
415    */     */
416    protected String paramString ()    protected String paramString ()
417  {    {
418      String title = getTitle ();      String title = getTitle ();
419    
420      String resizable = "";      String resizable = "";
# Line 442  public void removeNotify() Line 442  public void removeNotify()
442        }        }
443    
444      return super.paramString () + ",title=" + title + resizable + state;      return super.paramString () + ",title=" + title + resizable + state;
445  }    }
446    
447  public static Frame[]  public static Frame[]
448  getFrames()  getFrames()

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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