/[classpath]/classpath/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java

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

revision 1.5 by mkoch, Fri Dec 24 09:53:03 2004 UTC revision 1.6 by tromey, Tue Apr 26 18:56:19 2005 UTC
# Line 1  Line 1 
1  /* BasicInternalFrameTitlePane.java --  /* BasicInternalFrameTitlePane.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 644  public class BasicInternalFrameTitlePane Line 644  public class BasicInternalFrameTitlePane
644    /**    /**
645     * The label used to display the title. This label is not added to the     * The label used to display the title. This label is not added to the
646     * TitlePane.     * TitlePane.
647       * This is package-private to avoid an accessor method.
648     */     */
649    private transient JLabel title;    transient JLabel title;
650    
651    /**    /**
652     * Creates a new BasicInternalFrameTitlePane object that is used in the     * Creates a new BasicInternalFrameTitlePane object that is used in the

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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