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

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

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

revision 1.4.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.4.2.2 by gnu_andrew, Sun Jun 5 19:36:38 2005 UTC
# Line 1  Line 1 
1  /* BasicInternalFrameUI.java --  /* BasicInternalFrameUI.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 162  public class BasicInternalFrameUI extend Line 162  public class BasicInternalFrameUI extend
162      implements SwingConstants      implements SwingConstants
163    {    {
164      /** FIXME: Use for something. */      /** FIXME: Use for something. */
165      protected int RESIZE_NONE;      protected final int RESIZE_NONE = 0;
166    
167      /** The x offset from the top left corner of the JInternalFrame. */      /** The x offset from the top left corner of the JInternalFrame. */
168      private transient int xOffset = 0;      private transient int xOffset = 0;

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2

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