/*
 * RubberBandSelection.java
 *
 * Created on March 3, 2006, 9:51 AM
 *
 * To change this template, choose Tools | Options and locate the template under
 * the Source Creation and Management node. Right-click the template and choose
 * Open. You can then make changes to the template in the Source Editor.
 */

//package catsi;

/**
 *
 * @author Willard C. Smith
 */
public class RubberBandSelection {
    
    /** 
     * Creates a new instance of RubberBandSelection 
     */
    public RubberBandSelection() {
    }
    
}


