/[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.10 by mkoch, Mon Oct 25 10:37:36 2004 UTC revision 1.11 by mkoch, Mon Dec 13 19:13:53 2004 UTC
# Line 860  public class JInternalFrame extends JCom Line 860  public class JInternalFrame extends JCom
860    {    {
861      JDesktopPane pane = getDesktopPane();      JDesktopPane pane = getDesktopPane();
862      if (pane != null)      if (pane != null)
863        return pane.getLayer(this).intValue();        return pane.getLayer(this);
864      return -1;      return -1;
865    }    }
866    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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