Revision 13655 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/controls/dnd/JDnDList.java

View differences:

JDnDList.java
69 69
 *
70 70
 * $Id$
71 71
 * $Log$
72
 * Revision 1.2  2007-08-21 09:57:17  bsanchez
72
 * Revision 1.3  2007-09-12 16:28:23  bsanchez
73
 * *** empty log message ***
74
 *
75
 * Revision 1.2  2007/08/21 09:57:17  bsanchez
73 76
 * - Variable no usada
74 77
 *
75 78
 * Revision 1.1  2007/08/20 08:34:46  evercher
......
120 123
 * jaume dominguez faus - jaume.dominguez@iver.es
121 124
 */
122 125
public class JDnDList extends JList implements DragSourceListener, DragGestureListener, DropTargetListener{
123
    private DragSource dragSource;
126
  private static final long serialVersionUID = -9071985815215584362L;
127
		private DragSource dragSource;
124 128
    private boolean    dragging;
125 129
    private int overIndex;
126 130
    private int[] selectedIndices;

Also available in: Unified diff