/[classpath]/classpath/javax/swing/JFrame.java
ViewVC logotype

Diff of /classpath/javax/swing/JFrame.java

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

revision 1.3 by rveldema, Mon Apr 8 10:14:49 2002 UTC revision 1.4 by ericb, Tue Apr 30 10:19:27 2002 UTC
# Line 144  public class JFrame extends Frame Line 144  public class JFrame extends Frame
144    
145      /////////////////////////////////////////////////////////////////////////////////      /////////////////////////////////////////////////////////////////////////////////
146        
147      AccessibleContext getAccessibleContext()    public AccessibleContext getAccessibleContext()
148      {    return null;  }    {
149        return accessibleContext;
150      }
151        
152      int getDefaultCloseOperation()      int getDefaultCloseOperation()
153      {    return close_action;   }      {    return close_action;   }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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