/[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.53 by tjl, Sun Oct 6 13:45:46 2002 UTC revision 1.54 by tjl, Wed Oct 9 14:38:41 2002 UTC
# Line 262  public static final String rcsid = "$Id$ Line 262  public static final String rcsid = "$Id$
262    
263          final int id = me.getID();          final int id = me.getID();
264    
265            /*
266          if(id == MouseEvent.MOUSE_PRESSED) { // Possibly start drag          if(id == MouseEvent.MOUSE_PRESSED) { // Possibly start drag
267              Cell clicked  = null;              Cell clicked  = null;
268              VobKeyer.Entry entry = keyer.getEntryByViewport(key);              VobKeyer.Entry entry = keyer.getEntryByViewport(key);
# Line 318  public static final String rcsid = "$Id$ Line 319  public static final String rcsid = "$Id$
319                  entry.clicked(this);                  entry.clicked(this);
320              }              }
321          }          }
322      } catch(RemoteException e) { remoteException(e); }          */
323      }      } // catch(RemoteException e) { remoteException(e); }
324        finally { }
325        }
326    
327      void updateSpace() {      void updateSpace() {
328          if(updateSpaceRun != null) updateSpaceRun.run();          if(updateSpaceRun != null) updateSpaceRun.run();
# Line 402  public static final String rcsid = "$Id$ Line 405  public static final String rcsid = "$Id$
405              if(xy != null) {              if(xy != null) {
406                  x = xy[0]; y = xy[1];                  x = xy[0]; y = xy[1];
407              }              }
408              createNewNote(cursor, x, y + PlaneView.getLineOffset(zoom));              // createNewNote(cursor, x, y + PlaneView.getLineOffset(zoom));
409              if(oldNote.s(d_pan) != null) {              if(oldNote.s(d_pan) != null) {
410                  // There was the earlier note; split the text                  // There was the earlier note; split the text
411                  int l = oldNote.t().length();                  int l = oldNote.t().length();

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

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