Changeset 4929


Ignore:
Timestamp:
02/03/12 17:29:54 (4 months ago)
Author:
bdezonia
Message:

add some placeholder code (unused at the moment)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ui/awt-swing/swing/tools/src/main/java/imagej/ui/swing/tools/overlay/PointAdapter.java

    r4925 r4929  
    142142                evt.consume(); 
    143143        } 
     144 
     145        @Override 
     146        public void onMouseClick(imagej.ext.display.event.input.MsClickedEvent evt) { 
     147                if (evt.getButton() != MsButtonEvent.LEFT_BUTTON) return; 
     148                evt.consume(); 
     149        } 
    144150        */ 
    145  
     151         
    146152        private class PointFigure extends AbstractAttributedFigure { 
    147153                protected Rectangle2D.Double bounds; 
Note: See TracChangeset for help on using the changeset viewer.