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

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

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

revision 1.13 by mkoch, Tue Dec 21 19:50:08 2004 UTC revision 1.14 by mkoch, Tue Jan 25 07:07:25 2005 UTC
# Line 1  Line 1 
1  /* JInternalFrame.java --  /* JInternalFrame.java --
2     Copyright (C) 2002, 2004  Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 780  public class JInternalFrame extends JCom Line 780  public class JInternalFrame extends JCom
780     * This method returns null because this must always be the root of a focus     * This method returns null because this must always be the root of a focus
781     * traversal.     * traversal.
782     *     *
783     * @return null.     * @return always null
784       *
785       * @since 1.4
786     */     */
787    public Container getFocusCycleRootAncestor()    public final Container getFocusCycleRootAncestor()
788    {    {
789      // as defined.      // as defined.
790      return null;      return null;
# Line 968  public class JInternalFrame extends JCom Line 970  public class JInternalFrame extends JCom
970     *     *
971     * @return null.     * @return null.
972     */     */
973    public String getWarningString()    public final String getWarningString()
974    {    {
975      // as defined.      // as defined.
976      return null;      return null;
# Line 1019  public class JInternalFrame extends JCom Line 1021  public class JInternalFrame extends JCom
1021    /**    /**
1022     * This must always return true.     * This must always return true.
1023     *     *
1024     * @return True     * @return always true
1025       *
1026       * @since 1.4
1027     */     */
1028    public boolean isFocusCycleRoot()    public final boolean isFocusCycleRoot()
1029    {    {
1030      return true;      return true;
1031    }    }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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