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

Diff of /classpath/java/awt/Component.java

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

revision 1.66 by smarothy, Wed Jul 27 19:23:49 2005 UTC revision 1.67 by rabbit78, Tue Aug 2 15:12:58 2005 UTC
# Line 1337  public abstract class Component Line 1337  public abstract class Component
1337     */     */
1338    public Rectangle getBounds()    public Rectangle getBounds()
1339    {    {
1340        System.out.print(getClass().getName() + ".getBounds(): ");
1341        System.out.println(bounds().toString());
1342      return bounds ();      return bounds ();
1343    }    }
1344    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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