/[schmitzm]/trunk/src/skrueger/geotools/MapPaneToolBar.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/MapPaneToolBar.java

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

revision 111 by alfonx, Tue May 12 23:33:14 2009 UTC revision 128 by alfonx, Sat May 30 16:27:26 2009 UTC
# Line 15  import javax.swing.JButton; Line 15  import javax.swing.JButton;
15  import javax.swing.JComponent;  import javax.swing.JComponent;
16  import javax.swing.JToggleButton;  import javax.swing.JToggleButton;
17  import javax.swing.JToolBar;  import javax.swing.JToolBar;
 import javax.swing.JToolBar.Separator;  
   
 import jj2000.j2k.NotImplementedError;  
18    
19  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
20    
# Line 401  public class MapPaneToolBar extends JToo Line 398  public class MapPaneToolBar extends JToo
398            mapPane.refresh();            mapPane.refresh();
399          }          }
400        }        }
401          
402          /**
403           * Clear the selection by calling the selection model
404           */
405          if (action == TOOL_SELECTION_CLEAR) {
406              // TODO
407          }
408          }          }
409                    
410                    

Legend:
Removed from v.111  
changed lines
  Added in v.128

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26