/*
 * RotationLengthDialog.java
 *
 * Created on January 13, 2006, 4:35 PM
 *
 * 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 usda.weru.mcrew;

/**
 *
 * @author joelevin
 */
public class RotationLengthDialog extends usda.weru.mcrew.gui.RotationLengthDialog_n{
    private static final long serialVersionUID = 1L;
    
    /** Creates a new instance of RotationLengthDialog
	 * @param intialValue */
    public RotationLengthDialog(String intialValue) {
        super();
        JTF_years.setText(intialValue);
    }

	/**
	 *
	 * @return
	 */
	public String getValue(){
        return JTF_years.getText();
    }
    
}
