/*
 * RotationLengthDialog_n.java
 *
 * Created on January 13, 2006, 4:35 PM
 */

package usda.weru.mcrew.gui;

/**
 *
 * @author  joelevin
 */
public class RotationLengthDialog_n extends javax.swing.JPanel {
    private static final long serialVersionUID = 1L;
    
    /** Creates new form RotationLengthDialog_n */
    public RotationLengthDialog_n() {
        initComponents();
    }
    
    /** This method is called from within the constructor to
     * initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is
     * always regenerated by the Form Editor.
     */
    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
    private void initComponents() {
        jTextArea1 = new javax.swing.JTextArea();
        JTF_years = new javax.swing.JTextField();
        jLabel1 = new javax.swing.JLabel();

        setLayout(null);

        setMinimumSize(new java.awt.Dimension(300, 250));
        setOpaque(false);
        jTextArea1.setEditable(false);
        jTextArea1.setFont(new java.awt.Font("Tahoma", 1, 11));
        jTextArea1.setText("The length of the rotation must be equal to or greater than \nthe rotation year specified for the last operation. The \nminimum acceptable value is displayed. Change that value if \nnecessary.  \n\nSelect [OK] to accept the displayed value.  \n\nSelect [Cancel] to return to MCREW to address the problem.\n");
        jTextArea1.setDisabledTextColor(new java.awt.Color(0, 0, 0));
        jTextArea1.setEnabled(false);
        jTextArea1.setFocusable(false);
        jTextArea1.setOpaque(false);
        add(jTextArea1);
        jTextArea1.setBounds(10, 10, 350, 130);

        JTF_years.setText("0");
        add(JTF_years);
        JTF_years.setBounds(130, 130, 40, 20);

        jLabel1.setFont(new java.awt.Font("Tahoma", 1, 11));
        jLabel1.setText("Number of years:");
        add(jLabel1);
        jLabel1.setBounds(10, 130, 120, 20);

    }
    // </editor-fold>//GEN-END:initComponents
    
    
    // Variables declaration - do not modify//GEN-BEGIN:variables
    protected javax.swing.JTextField JTF_years;
    private javax.swing.JLabel jLabel1;
    private javax.swing.JTextArea jTextArea1;
    // End of variables declaration//GEN-END:variables
    
}
