/*
 * Erosion_n.java
 *
 * Created on November 29, 2005, 1:09 PM
 */

package usda.weru.erosion.gui;

/**
 *
 * @author  wjr
 */
public class Erosion_n extends javax.swing.JFrame {
    private static final long serialVersionUID = 1L;
    
    /** Creates new form Erosion_n */
    public Erosion_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.
     */
    @SuppressWarnings("deprecation")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {

        BG_debugPrint = new javax.swing.ButtonGroup();
        BG_seedPlacement = new javax.swing.ButtonGroup();
        BG_zoLocFlg = new javax.swing.ButtonGroup();
        BG_windWeibullFlg = new javax.swing.ButtonGroup();
        JP_main = new javax.swing.JPanel();
        JTB_main = new javax.swing.JToolBar();
        JB_new = new javax.swing.JButton();
        JB_open = new javax.swing.JButton();
        JB_save = new javax.swing.JButton();
        JB_run = new javax.swing.JButton();
        JB_runThreshold = new javax.swing.JButton();
        JB_graphTotal = new javax.swing.JButton();
        JB_graphSubdaily = new usda.weru.erosion.BlinkingButton();
        JTP_main = new javax.swing.JTabbedPane();
        JP_barriers = new javax.swing.JPanel();
        JP_biomass = new javax.swing.JPanel();
        JP_layers = new javax.swing.JPanel();
        JP_surface = new javax.swing.JPanel();
        JP_weather = new javax.swing.JPanel();
        MB_main = new javax.swing.JMenuBar();
        M_file = new javax.swing.JMenu();
        JMI_new = new javax.swing.JMenuItem();
        JMI_open = new javax.swing.JMenuItem();
        JMI_save = new javax.swing.JMenuItem();
        JMI_saveAs = new javax.swing.JMenuItem();
        JMI_soil = new javax.swing.JMenuItem();
        JMI_ssurgo = new javax.swing.JMenuItem();
        jSeparator2 = new javax.swing.JSeparator();
        JMI_exit = new javax.swing.JMenuItem();
        M_run = new javax.swing.JMenu();
        JMI_run = new javax.swing.JMenuItem();
        JMI_runThreshold = new javax.swing.JMenuItem();
        M_view = new javax.swing.JMenu();
        JMI_inputText = new javax.swing.JMenuItem();
        JMI_outputText = new javax.swing.JMenuItem();
        JMI_graph = new javax.swing.JMenuItem();
        JMI_subdaily = new javax.swing.JMenuItem();
        JMI_threshold = new javax.swing.JMenuItem();
        JMI_loadOldRun = new javax.swing.JMenuItem();
        M_tools = new javax.swing.JMenu();
        JMI_config = new javax.swing.JMenuItem();
        JMI_email = new javax.swing.JMenuItem();
        M_help = new javax.swing.JMenu();
        JMI_about = new javax.swing.JMenuItem();
        JMI_help = new javax.swing.JMenuItem();
        JMI_userGuide = new javax.swing.JMenuItem();

        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

        JP_main.setMinimumSize(new java.awt.Dimension(300, 300));

        JB_new.setIcon(new javax.swing.ImageIcon(getClass().getResource("/usda/weru/resources/new.gif"))); // NOI18N
        JB_new.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_newActionPerformed(evt);
            }
        });
        JTB_main.add(JB_new);

        JB_open.setIcon(new javax.swing.ImageIcon(getClass().getResource("/usda/weru/resources/open.gif"))); // NOI18N
        JB_open.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_openActionPerformed(evt);
            }
        });
        JTB_main.add(JB_open);

        JB_save.setIcon(new javax.swing.ImageIcon(getClass().getResource("/usda/weru/resources/save.gif"))); // NOI18N
        JB_save.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_saveActionPerformed(evt);
            }
        });
        JTB_main.add(JB_save);

        JB_run.setIcon(new javax.swing.ImageIcon(getClass().getResource("/usda/weru/resources/run.gif"))); // NOI18N
        JB_run.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_runActionPerformed(evt);
            }
        });
        JTB_main.add(JB_run);

        JB_runThreshold.setIcon(new javax.swing.ImageIcon(getClass().getResource("/usda/weru/resources/runT.gif"))); // NOI18N
        JB_runThreshold.setToolTipText("run threshold");
        JB_runThreshold.setFocusable(false);
        JB_runThreshold.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        JB_runThreshold.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        JB_runThreshold.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_runThresholdActionPerformed(evt);
            }
        });
        JTB_main.add(JB_runThreshold);

        JB_graphTotal.setText("Graph Total");
        JB_graphTotal.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_graphTotalActionPerformed(evt);
            }
        });
        JTB_main.add(JB_graphTotal);

        JB_graphSubdaily.setText("Graph Subdaily");
        JB_graphSubdaily.setFocusable(false);
        JB_graphSubdaily.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        JB_graphSubdaily.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        JB_graphSubdaily.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JB_graphSubdailyActionPerformed(evt);
            }
        });
        JTB_main.add(JB_graphSubdaily);

        JP_barriers.setLayout(new java.awt.BorderLayout());
        JTP_main.addTab("Field", JP_barriers);

        JP_biomass.setLayout(null);
        JTP_main.addTab("Biomass", JP_biomass);

        JP_layers.setLayout(null);
        JTP_main.addTab("Soil Layers", JP_layers);

        JP_surface.setLayout(null);
        JTP_main.addTab("Soil Surface", JP_surface);

        JP_weather.setLayout(null);
        JTP_main.addTab("Weather", JP_weather);

        javax.swing.GroupLayout JP_mainLayout = new javax.swing.GroupLayout(JP_main);
        JP_main.setLayout(JP_mainLayout);
        JP_mainLayout.setHorizontalGroup(
            JP_mainLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(JP_mainLayout.createSequentialGroup()
                .addComponent(JTB_main, javax.swing.GroupLayout.PREFERRED_SIZE, 477, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addContainerGap(231, Short.MAX_VALUE))
            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, JP_mainLayout.createSequentialGroup()
                .addGap(0, 0, Short.MAX_VALUE)
                .addComponent(JTP_main, javax.swing.GroupLayout.PREFERRED_SIZE, 684, javax.swing.GroupLayout.PREFERRED_SIZE))
        );
        JP_mainLayout.setVerticalGroup(
            JP_mainLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(JP_mainLayout.createSequentialGroup()
                .addComponent(JTB_main, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addGap(8, 8, 8)
                .addComponent(JTP_main, javax.swing.GroupLayout.DEFAULT_SIZE, 476, Short.MAX_VALUE))
        );

        M_file.setMnemonic('f');
        M_file.setText("File");

        JMI_new.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_N, java.awt.event.InputEvent.CTRL_MASK));
        JMI_new.setMnemonic('n');
        JMI_new.setText("New");
        JMI_new.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_newActionPerformed(evt);
            }
        });
        M_file.add(JMI_new);

        JMI_open.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_O, java.awt.event.InputEvent.CTRL_MASK));
        JMI_open.setMnemonic('o');
        JMI_open.setText("Open");
        JMI_open.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_openActionPerformed(evt);
            }
        });
        M_file.add(JMI_open);

        JMI_save.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_S, java.awt.event.InputEvent.CTRL_MASK));
        JMI_save.setMnemonic('s');
        JMI_save.setText("Save");
        JMI_save.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_saveActionPerformed(evt);
            }
        });
        M_file.add(JMI_save);

        JMI_saveAs.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_A, java.awt.event.InputEvent.CTRL_MASK));
        JMI_saveAs.setMnemonic('a');
        JMI_saveAs.setText("Save As");
        JMI_saveAs.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_saveAsActionPerformed(evt);
            }
        });
        M_file.add(JMI_saveAs);

        JMI_soil.setMnemonic('i');
        JMI_soil.setText("Load Soil File");
        JMI_soil.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_soilActionPerformed(evt);
            }
        });
        M_file.add(JMI_soil);

        JMI_ssurgo.setMnemonic('u');
        JMI_ssurgo.setText("Load SSURGO File");
        JMI_ssurgo.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_ssurgoActionPerformed(evt);
            }
        });
        M_file.add(JMI_ssurgo);
        M_file.add(jSeparator2);

        JMI_exit.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_F4, java.awt.event.InputEvent.ALT_MASK));
        JMI_exit.setMnemonic('x');
        JMI_exit.setText("Exit");
        JMI_exit.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_exitActionPerformed(evt);
            }
        });
        M_file.add(JMI_exit);

        MB_main.add(M_file);

        M_run.setMnemonic('r');
        M_run.setText("Run");

        JMI_run.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_R, java.awt.event.InputEvent.CTRL_MASK));
        JMI_run.setMnemonic('r');
        JMI_run.setText("Run");
        JMI_run.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_runActionPerformed(evt);
            }
        });
        M_run.add(JMI_run);

        JMI_runThreshold.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_H, java.awt.event.InputEvent.CTRL_MASK));
        JMI_runThreshold.setMnemonic('t');
        JMI_runThreshold.setText("Threshold Run");
        JMI_runThreshold.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_runThresholdActionPerformed(evt);
            }
        });
        M_run.add(JMI_runThreshold);

        MB_main.add(M_run);

        M_view.setMnemonic('v');
        M_view.setText("View");

        JMI_inputText.setMnemonic('i');
        JMI_inputText.setText("Input Text");
        JMI_inputText.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_inputTextActionPerformed(evt);
            }
        });
        M_view.add(JMI_inputText);

        JMI_outputText.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_T, java.awt.event.InputEvent.SHIFT_MASK | java.awt.event.InputEvent.CTRL_MASK));
        JMI_outputText.setMnemonic('o');
        JMI_outputText.setText("Output Text");
        JMI_outputText.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_outputTextActionPerformed(evt);
            }
        });
        M_view.add(JMI_outputText);

        JMI_graph.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_G, java.awt.event.InputEvent.SHIFT_MASK | java.awt.event.InputEvent.CTRL_MASK));
        JMI_graph.setMnemonic('g');
        JMI_graph.setText("Graph Total");
        JMI_graph.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_graphActionPerformed(evt);
            }
        });
        M_view.add(JMI_graph);

        JMI_subdaily.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_D, java.awt.event.InputEvent.SHIFT_MASK | java.awt.event.InputEvent.CTRL_MASK));
        JMI_subdaily.setMnemonic('d');
        JMI_subdaily.setText("Graph Subdaily");
        JMI_subdaily.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_subdailyActionPerformed(evt);
            }
        });
        M_view.add(JMI_subdaily);

        JMI_threshold.setText("Threshold Run");
        JMI_threshold.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_thresholdActionPerformed(evt);
            }
        });
        M_view.add(JMI_threshold);

        JMI_loadOldRun.setText("Load Old Run");
        JMI_loadOldRun.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_loadOldRunActionPerformed(evt);
            }
        });
        M_view.add(JMI_loadOldRun);

        MB_main.add(M_view);

        M_tools.setMnemonic('t');
        M_tools.setText("Tools");

        JMI_config.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_C, java.awt.event.InputEvent.SHIFT_MASK | java.awt.event.InputEvent.CTRL_MASK));
        JMI_config.setMnemonic('c');
        JMI_config.setText("Configure");
        JMI_config.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_configActionPerformed(evt);
            }
        });
        M_tools.add(JMI_config);

        JMI_email.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_E, java.awt.event.InputEvent.SHIFT_MASK | java.awt.event.InputEvent.CTRL_MASK));
        JMI_email.setMnemonic('e');
        JMI_email.setText("Email");
        JMI_email.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_emailActionPerformed(evt);
            }
        });
        M_tools.add(JMI_email);

        MB_main.add(M_tools);

        M_help.setMnemonic('h');
        M_help.setText("Help");

        JMI_about.setMnemonic('a');
        JMI_about.setText("About");
        JMI_about.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_aboutActionPerformed(evt);
            }
        });
        M_help.add(JMI_about);

        JMI_help.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_F1, 0));
        JMI_help.setMnemonic('h');
        JMI_help.setText("Help");
        JMI_help.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_helpActionPerformed(evt);
            }
        });
        M_help.add(JMI_help);

        JMI_userGuide.setMnemonic('U');
        JMI_userGuide.setText("User Guide");
        JMI_userGuide.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JMI_userGuideActionPerformed(evt);
            }
        });
        M_help.add(JMI_userGuide);

        MB_main.add(M_help);

        setJMenuBar(MB_main);

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
        getContentPane().setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(JP_main, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
        );
        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(JP_main, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
        );

        setSize(new java.awt.Dimension(724, 566));
        setLocationRelativeTo(null);
    }// </editor-fold>//GEN-END:initComponents

    protected void JB_graphTotalActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_graphTotalActionPerformed
    }//GEN-LAST:event_JB_graphTotalActionPerformed

    protected void JB_runActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_runActionPerformed
    }//GEN-LAST:event_JB_runActionPerformed

    protected void JB_saveActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_saveActionPerformed
    }//GEN-LAST:event_JB_saveActionPerformed

    protected void JB_newActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_newActionPerformed
    }//GEN-LAST:event_JB_newActionPerformed

    protected void JMI_loadOldRunActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_loadOldRunActionPerformed
    }//GEN-LAST:event_JMI_loadOldRunActionPerformed

    protected void JB_openActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_openActionPerformed
    }//GEN-LAST:event_JB_openActionPerformed

    protected void JMI_userGuideActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_userGuideActionPerformed
    }//GEN-LAST:event_JMI_userGuideActionPerformed

    protected void JMI_thresholdActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_thresholdActionPerformed
    }//GEN-LAST:event_JMI_thresholdActionPerformed

    protected void JMI_runThresholdActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_runThresholdActionPerformed
    }//GEN-LAST:event_JMI_runThresholdActionPerformed

    protected void JMI_subdailyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_subdailyActionPerformed
		(new usda.weru.util.NotImplemented("View Detailed Graph")).setVisible(true);
    }//GEN-LAST:event_JMI_subdailyActionPerformed

    protected void JMI_emailActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_emailActionPerformed
		(new usda.weru.util.NotImplemented("Email")).setVisible(true);
    }//GEN-LAST:event_JMI_emailActionPerformed

    protected void JMI_configActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_configActionPerformed
		(new usda.weru.util.NotImplemented("Configure")).setVisible(true);
    }//GEN-LAST:event_JMI_configActionPerformed

    protected void JMI_ssurgoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_ssurgoActionPerformed
		(new usda.weru.util.NotImplemented("SSURGO")).setVisible(true);
    }//GEN-LAST:event_JMI_ssurgoActionPerformed

    protected void JMI_aboutActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_aboutActionPerformed
		(new usda.weru.util.NotImplemented("About")).setVisible(true);
    }//GEN-LAST:event_JMI_aboutActionPerformed

    protected void JMI_helpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_helpActionPerformed
		(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_helpActionPerformed

    protected void JMI_graphActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_graphActionPerformed
		(new usda.weru.util.NotImplemented("View Graph")).setVisible(true);
    }//GEN-LAST:event_JMI_graphActionPerformed

    protected void JMI_outputTextActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_outputTextActionPerformed
		(new usda.weru.util.NotImplemented("View Output")).setVisible(true);
    }//GEN-LAST:event_JMI_outputTextActionPerformed

    protected void JMI_inputTextActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_inputTextActionPerformed
		(new usda.weru.util.NotImplemented("View Input")).setVisible(true);
    }//GEN-LAST:event_JMI_inputTextActionPerformed

    protected void JMI_soilActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_soilActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_soilActionPerformed

    protected void JMI_runActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_runActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_runActionPerformed

    protected void JMI_saveAsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_saveAsActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_saveAsActionPerformed

    protected void JMI_exitActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_exitActionPerformed
        this.dispose();
        System.exit(0);
    }//GEN-LAST:event_JMI_exitActionPerformed

    protected void JMI_saveActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_saveActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_saveActionPerformed

    protected void JMI_openActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_openActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_openActionPerformed

    protected void JMI_newActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JMI_newActionPerformed
			(new usda.weru.util.NotImplemented("Help Topics")).setVisible(true);
    }//GEN-LAST:event_JMI_newActionPerformed

    protected void JB_graphSubdailyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_graphSubdailyActionPerformed
            }//GEN-LAST:event_JB_graphSubdailyActionPerformed

    protected void JB_runThresholdActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JB_runThresholdActionPerformed

}//GEN-LAST:event_JB_runThresholdActionPerformed
    
    /**
     * @param args the command line arguments
     */
    public static void main(String args[]) {
        java.awt.EventQueue.invokeLater(new Runnable() {
            @Override
            public void run() {
                new Erosion_n().setVisible(true);
            }
        });
    }
    
    // Variables declaration - do not modify//GEN-BEGIN:variables
    public javax.swing.ButtonGroup BG_debugPrint;
    public javax.swing.ButtonGroup BG_seedPlacement;
    public javax.swing.ButtonGroup BG_windWeibullFlg;
    public javax.swing.ButtonGroup BG_zoLocFlg;
    public usda.weru.erosion.BlinkingButton JB_graphSubdaily;
    public javax.swing.JButton JB_graphTotal;
    public javax.swing.JButton JB_new;
    public javax.swing.JButton JB_open;
    public javax.swing.JButton JB_run;
    public javax.swing.JButton JB_runThreshold;
    public javax.swing.JButton JB_save;
    public javax.swing.JMenuItem JMI_about;
    public javax.swing.JMenuItem JMI_config;
    public javax.swing.JMenuItem JMI_email;
    public javax.swing.JMenuItem JMI_exit;
    public javax.swing.JMenuItem JMI_graph;
    public javax.swing.JMenuItem JMI_help;
    public javax.swing.JMenuItem JMI_inputText;
    public javax.swing.JMenuItem JMI_loadOldRun;
    public javax.swing.JMenuItem JMI_new;
    public javax.swing.JMenuItem JMI_open;
    public javax.swing.JMenuItem JMI_outputText;
    public javax.swing.JMenuItem JMI_run;
    public javax.swing.JMenuItem JMI_runThreshold;
    public javax.swing.JMenuItem JMI_save;
    public javax.swing.JMenuItem JMI_saveAs;
    public javax.swing.JMenuItem JMI_soil;
    public javax.swing.JMenuItem JMI_ssurgo;
    public javax.swing.JMenuItem JMI_subdaily;
    public javax.swing.JMenuItem JMI_threshold;
    public javax.swing.JMenuItem JMI_userGuide;
    public javax.swing.JPanel JP_barriers;
    public javax.swing.JPanel JP_biomass;
    public javax.swing.JPanel JP_layers;
    public javax.swing.JPanel JP_main;
    public javax.swing.JPanel JP_surface;
    public javax.swing.JPanel JP_weather;
    public javax.swing.JToolBar JTB_main;
    public javax.swing.JTabbedPane JTP_main;
    public javax.swing.JMenuBar MB_main;
    public javax.swing.JMenu M_file;
    public javax.swing.JMenu M_help;
    public javax.swing.JMenu M_run;
    public javax.swing.JMenu M_tools;
    public javax.swing.JMenu M_view;
    public javax.swing.JSeparator jSeparator2;
    // End of variables declaration//GEN-END:variables
    
}
