/[gzz]/gzz/gzz/modules/pp/Win.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/Win.java

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

revision 1.52 by benja, Thu Sep 26 11:54:07 2002 UTC revision 1.53 by tjl, Sun Oct 6 13:45:46 2002 UTC
# Line 57  public static final String rcsid = "$Id$ Line 57  public static final String rcsid = "$Id$
57    
58      static Dim d_contains, d_pan, d_association;      static Dim d_contains, d_pan, d_association;
59    
60        public static void initDims(Space space) {
61            d_contains = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-5");
62            d_pan = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-4");
63            d_association = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-7");
64        }
65    
66      /** The current mode of the client.      /** The current mode of the client.
67       */       */
68      static int mode = MODE_BROWSE;      static int mode = MODE_BROWSE;
# Line 186  public static final String rcsid = "$Id$ Line 192  public static final String rcsid = "$Id$
192    
193          Space space = cursor.space;          Space space = cursor.space;
194    
195          d_contains = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-5");          initDims(space);
         d_pan = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-4");  
         d_association = space.getDim("0000000008000000E99BD882A20004A0AD6630BFDA693D810DED76CAE65DA9B7E873053466C52E-7");  
196      }      }
197    
198      void startDrag(MouseEvent me, Cell clicked) {      void startDrag(MouseEvent me, Cell clicked) {

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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