/*
 * Barriers_n.java
 *
 * Created on January 3, 2006, 11:07 AM
 */

package usda.weru.erosion.gui;

/**
 *
 * @author  wjr
 */
public class Barriers_n extends javax.swing.JFrame {
    private static final long serialVersionUID = 1L;
    
    /** Creates new form Barriers_n */
    public Barriers_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() {
        JP_main = new javax.swing.JPanel();
        JP_map = new javax.swing.JPanel();
        JP_barriers = new javax.swing.JPanel();
        jLabel4 = new javax.swing.JLabel();
        JS_numBarriers = new javax.swing.JSpinner();
        JS_numBarriers.setModel(new javax.swing.SpinnerNumberModel(0,0,5,1));
        JL_bar1 = new javax.swing.JLabel();
        JL_bar2 = new javax.swing.JLabel();
        JL_bar3 = new javax.swing.JLabel();
        JL_bar4 = new javax.swing.JLabel();
        JL_bar5 = new javax.swing.JLabel();
        jLabel48 = new javax.swing.JLabel();
        JTF_x10 = new javax.swing.JTextField();
        JTF_x11 = new javax.swing.JTextField();
        JTF_x12 = new javax.swing.JTextField();
        JTF_x13 = new javax.swing.JTextField();
        JTF_x14 = new javax.swing.JTextField();
        jLabel49 = new javax.swing.JLabel();
        JTF_y10 = new javax.swing.JTextField();
        JTF_y11 = new javax.swing.JTextField();
        JTF_y12 = new javax.swing.JTextField();
        JTF_y13 = new javax.swing.JTextField();
        JTF_y14 = new javax.swing.JTextField();
        jLabel50 = new javax.swing.JLabel();
        JTF_x20 = new javax.swing.JTextField();
        JTF_x21 = new javax.swing.JTextField();
        JTF_x22 = new javax.swing.JTextField();
        JTF_x23 = new javax.swing.JTextField();
        JTF_x24 = new javax.swing.JTextField();
        jLabel51 = new javax.swing.JLabel();
        JTF_y20 = new javax.swing.JTextField();
        JTF_y21 = new javax.swing.JTextField();
        JTF_y22 = new javax.swing.JTextField();
        JTF_y23 = new javax.swing.JTextField();
        JTF_y24 = new javax.swing.JTextField();
        jLabel52 = new javax.swing.JLabel();
        JTF_barrierHeight0 = new javax.swing.JTextField();
        JTF_barrierHeight1 = new javax.swing.JTextField();
        JTF_barrierHeight2 = new javax.swing.JTextField();
        JTF_barrierHeight3 = new javax.swing.JTextField();
        JTF_barrierHeight4 = new javax.swing.JTextField();
        jLabel53 = new javax.swing.JLabel();
        JTF_barrierPorosity0 = new javax.swing.JTextField();
        JTF_barrierPorosity1 = new javax.swing.JTextField();
        JTF_barrierPorosity2 = new javax.swing.JTextField();
        JTF_barrierPorosity3 = new javax.swing.JTextField();
        JTF_barrierPorosity4 = new javax.swing.JTextField();
        jLabel54 = new javax.swing.JLabel();
        JTF_barrierWidth0 = new javax.swing.JTextField();
        JTF_barrierWidth1 = new javax.swing.JTextField();
        JTF_barrierWidth2 = new javax.swing.JTextField();
        JTF_barrierWidth3 = new javax.swing.JTextField();
        JTF_barrierWidth4 = new javax.swing.JTextField();
        JL_col0 = new javax.swing.JLabel();
        JL_col1 = new javax.swing.JLabel();
        JL_col2 = new javax.swing.JLabel();
        JL_col3 = new javax.swing.JLabel();
        JL_col4 = new javax.swing.JLabel();
        JP_sim = new javax.swing.JPanel();
        jLabel3 = new javax.swing.JLabel();
        JTF_length = new javax.swing.JTextField();
        jLabel2 = new javax.swing.JLabel();
        JTF_width = new javax.swing.JTextField();
        jLabel5 = new javax.swing.JLabel();
        JTF_orientation = new javax.swing.JTextField();

        getContentPane().setLayout(null);

        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
        JP_main.setLayout(null);

        JP_map.setLayout(null);

        JP_map.setBackground(new java.awt.Color(255, 255, 255));
        JP_main.add(JP_map);
        JP_map.setBounds(320, 0, 270, 190);

        JP_barriers.setLayout(null);

        jLabel4.setText("Number of barriers");
        JP_barriers.add(jLabel4);
        jLabel4.setBounds(40, 20, 130, 20);

        JS_numBarriers.setToolTipText("Barrier:numBarriers");
        JS_numBarriers.addChangeListener(new javax.swing.event.ChangeListener() {
            public void stateChanged(javax.swing.event.ChangeEvent evt) {
                JS_numBarriersStateChanged(evt);
            }
        });

        JP_barriers.add(JS_numBarriers);
        JS_numBarriers.setBounds(200, 20, 40, 18);

        JL_bar1.setText("Bar - 1");
        JL_bar1.setOpaque(true);
        JP_barriers.add(JL_bar1);
        JL_bar1.setBounds(350, 20, 40, 20);

        JL_bar2.setText("Bar - 2");
        JL_bar2.setOpaque(true);
        JP_barriers.add(JL_bar2);
        JL_bar2.setBounds(390, 20, 40, 20);

        JL_bar3.setText("Bar - 3");
        JL_bar3.setOpaque(true);
        JP_barriers.add(JL_bar3);
        JL_bar3.setBounds(430, 20, 40, 20);

        JL_bar4.setText("Bar - 4");
        JL_bar4.setOpaque(true);
        JP_barriers.add(JL_bar4);
        JL_bar4.setBounds(470, 20, 40, 20);

        JL_bar5.setText("Bar - 5");
        JL_bar5.setOpaque(true);
        JP_barriers.add(JL_bar5);
        JL_bar5.setBounds(510, 20, 40, 20);

        jLabel48.setText("X1 (m)");
        JP_barriers.add(jLabel48);
        jLabel48.setBounds(40, 40, 130, 20);

        JTF_x10.setToolTipText("Barrier:x1");
        JTF_x10.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x10ActionPerformed(evt);
            }
        });
        JTF_x10.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x10FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x10);
        JTF_x10.setBounds(350, 40, 40, 19);

        JTF_x11.setToolTipText("Barrier:x1");
        JTF_x11.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x11ActionPerformed(evt);
            }
        });
        JTF_x11.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x11FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x11);
        JTF_x11.setBounds(390, 40, 40, 19);

        JTF_x12.setToolTipText("Barrier:x1");
        JTF_x12.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x12ActionPerformed(evt);
            }
        });
        JTF_x12.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x12FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x12);
        JTF_x12.setBounds(430, 40, 40, 19);

        JTF_x13.setToolTipText("Barrier:x1");
        JTF_x13.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x13ActionPerformed(evt);
            }
        });
        JTF_x13.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x13FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x13);
        JTF_x13.setBounds(470, 40, 40, 19);

        JTF_x14.setToolTipText("Barrier:x1");
        JTF_x14.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x14ActionPerformed(evt);
            }
        });
        JTF_x14.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x14FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x14);
        JTF_x14.setBounds(510, 40, 40, 19);

        jLabel49.setText("Y1 (m)");
        JP_barriers.add(jLabel49);
        jLabel49.setBounds(40, 60, 130, 20);

        JTF_y10.setToolTipText("Barrier:y1");
        JTF_y10.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y10ActionPerformed(evt);
            }
        });
        JTF_y10.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y10FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y10);
        JTF_y10.setBounds(350, 60, 40, 19);

        JTF_y11.setToolTipText("Barrier:y1");
        JTF_y11.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y11ActionPerformed(evt);
            }
        });
        JTF_y11.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y11FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y11);
        JTF_y11.setBounds(390, 60, 40, 19);

        JTF_y12.setToolTipText("Barrier:y1");
        JTF_y12.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y12ActionPerformed(evt);
            }
        });
        JTF_y12.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y12FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y12);
        JTF_y12.setBounds(430, 60, 40, 19);

        JTF_y13.setToolTipText("Barrier:y1");
        JTF_y13.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y13ActionPerformed(evt);
            }
        });
        JTF_y13.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y13FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y13);
        JTF_y13.setBounds(470, 60, 40, 19);

        JTF_y14.setToolTipText("Barrier:y1");
        JTF_y14.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y14ActionPerformed(evt);
            }
        });
        JTF_y14.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y14FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y14);
        JTF_y14.setBounds(510, 60, 40, 19);

        jLabel50.setText("X2 (m)");
        JP_barriers.add(jLabel50);
        jLabel50.setBounds(40, 80, 130, 20);

        JTF_x20.setToolTipText("Barrier:x2");
        JTF_x20.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x20ActionPerformed(evt);
            }
        });
        JTF_x20.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x20FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x20);
        JTF_x20.setBounds(350, 80, 40, 19);

        JTF_x21.setToolTipText("Barrier:x2");
        JTF_x21.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x21ActionPerformed(evt);
            }
        });
        JTF_x21.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x21FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x21);
        JTF_x21.setBounds(390, 80, 40, 19);

        JTF_x22.setToolTipText("Barrier:x2");
        JTF_x22.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x22ActionPerformed(evt);
            }
        });
        JTF_x22.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x22FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x22);
        JTF_x22.setBounds(430, 80, 40, 19);

        JTF_x23.setToolTipText("Barrier:x2");
        JTF_x23.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x23ActionPerformed(evt);
            }
        });
        JTF_x23.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x23FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x23);
        JTF_x23.setBounds(470, 80, 40, 19);

        JTF_x24.setToolTipText("Barrier:x2");
        JTF_x24.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_x24ActionPerformed(evt);
            }
        });
        JTF_x24.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_x24FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_x24);
        JTF_x24.setBounds(510, 80, 40, 19);

        jLabel51.setText("Y2 (m)");
        JP_barriers.add(jLabel51);
        jLabel51.setBounds(40, 100, 130, 20);

        JTF_y20.setToolTipText("Barrier:y2");
        JTF_y20.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y20ActionPerformed(evt);
            }
        });
        JTF_y20.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y20FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y20);
        JTF_y20.setBounds(350, 100, 40, 19);

        JTF_y21.setToolTipText("Barrier:y2");
        JTF_y21.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y21ActionPerformed(evt);
            }
        });
        JTF_y21.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y21FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y21);
        JTF_y21.setBounds(390, 100, 40, 19);

        JTF_y22.setToolTipText("Barrier:y2");
        JTF_y22.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y22ActionPerformed(evt);
            }
        });
        JTF_y22.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y22FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y22);
        JTF_y22.setBounds(430, 100, 40, 19);

        JTF_y23.setToolTipText("Barrier:y2");
        JTF_y23.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y23ActionPerformed(evt);
            }
        });
        JTF_y23.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y23FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y23);
        JTF_y23.setBounds(470, 100, 40, 19);

        JTF_y24.setToolTipText("Barrier:y2");
        JTF_y24.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_y24ActionPerformed(evt);
            }
        });
        JTF_y24.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_y24FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_y24);
        JTF_y24.setBounds(510, 100, 40, 19);

        jLabel52.setText("Barrier height (m)");
        JP_barriers.add(jLabel52);
        jLabel52.setBounds(40, 120, 260, 20);

        JTF_barrierHeight0.setToolTipText("Barrier:height");
        JTF_barrierHeight0.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierHeight0ActionPerformed(evt);
            }
        });
        JTF_barrierHeight0.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierHeight0FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierHeight0);
        JTF_barrierHeight0.setBounds(350, 120, 40, 19);

        JTF_barrierHeight1.setToolTipText("Barrier:height");
        JTF_barrierHeight1.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierHeight1ActionPerformed(evt);
            }
        });
        JTF_barrierHeight1.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierHeight1FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierHeight1);
        JTF_barrierHeight1.setBounds(390, 120, 40, 19);

        JTF_barrierHeight2.setToolTipText("Barrier:height");
        JTF_barrierHeight2.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierHeight2ActionPerformed(evt);
            }
        });
        JTF_barrierHeight2.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierHeight2FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierHeight2);
        JTF_barrierHeight2.setBounds(430, 120, 40, 19);

        JTF_barrierHeight3.setToolTipText("Barrier:height");
        JTF_barrierHeight3.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierHeight3ActionPerformed(evt);
            }
        });
        JTF_barrierHeight3.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierHeight3FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierHeight3);
        JTF_barrierHeight3.setBounds(470, 120, 40, 19);

        JTF_barrierHeight4.setToolTipText("Barrier:height");
        JTF_barrierHeight4.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierHeight4ActionPerformed(evt);
            }
        });
        JTF_barrierHeight4.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierHeight4FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierHeight4);
        JTF_barrierHeight4.setBounds(510, 120, 40, 19);

        jLabel53.setText("Barrier porosity (fraction)");
        JP_barriers.add(jLabel53);
        jLabel53.setBounds(40, 140, 250, 20);

        JTF_barrierPorosity0.setToolTipText("Barrier:porosity");
        JTF_barrierPorosity0.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierPorosity0ActionPerformed(evt);
            }
        });
        JTF_barrierPorosity0.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierPorosity0FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierPorosity0);
        JTF_barrierPorosity0.setBounds(350, 140, 40, 19);

        JTF_barrierPorosity1.setToolTipText("Barrier:porosity");
        JTF_barrierPorosity1.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierPorosity1ActionPerformed(evt);
            }
        });
        JTF_barrierPorosity1.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierPorosity1FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierPorosity1);
        JTF_barrierPorosity1.setBounds(390, 140, 40, 19);

        JTF_barrierPorosity2.setToolTipText("Barrier:porosity");
        JTF_barrierPorosity2.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierPorosity2ActionPerformed(evt);
            }
        });
        JTF_barrierPorosity2.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierPorosity2FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierPorosity2);
        JTF_barrierPorosity2.setBounds(430, 140, 40, 19);

        JTF_barrierPorosity3.setToolTipText("Barrier:porosity");
        JTF_barrierPorosity3.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierPorosity3ActionPerformed(evt);
            }
        });
        JTF_barrierPorosity3.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierPorosity3FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierPorosity3);
        JTF_barrierPorosity3.setBounds(470, 140, 40, 19);

        JTF_barrierPorosity4.setToolTipText("Barrier:porosity");
        JTF_barrierPorosity4.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierPorosity4ActionPerformed(evt);
            }
        });
        JTF_barrierPorosity4.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierPorosity4FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierPorosity4);
        JTF_barrierPorosity4.setBounds(510, 140, 40, 19);

        jLabel54.setText("Barrier width (m)");
        JP_barriers.add(jLabel54);
        jLabel54.setBounds(40, 160, 260, 20);

        JTF_barrierWidth0.setToolTipText("Barrier:width");
        JTF_barrierWidth0.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierWidth0ActionPerformed(evt);
            }
        });
        JTF_barrierWidth0.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierWidth0FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierWidth0);
        JTF_barrierWidth0.setBounds(350, 160, 40, 19);

        JTF_barrierWidth1.setToolTipText("Barrier:width");
        JTF_barrierWidth1.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierWidth1ActionPerformed(evt);
            }
        });
        JTF_barrierWidth1.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierWidth1FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierWidth1);
        JTF_barrierWidth1.setBounds(390, 160, 40, 19);

        JTF_barrierWidth2.setToolTipText("Barrier:width");
        JTF_barrierWidth2.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierWidth2ActionPerformed(evt);
            }
        });
        JTF_barrierWidth2.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierWidth2FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierWidth2);
        JTF_barrierWidth2.setBounds(430, 160, 40, 19);

        JTF_barrierWidth3.setToolTipText("Barrier:width");
        JTF_barrierWidth3.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierWidth3ActionPerformed(evt);
            }
        });
        JTF_barrierWidth3.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierWidth3FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierWidth3);
        JTF_barrierWidth3.setBounds(470, 160, 40, 19);

        JTF_barrierWidth4.setToolTipText("Barrier:width");
        JTF_barrierWidth4.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_barrierWidth4ActionPerformed(evt);
            }
        });
        JTF_barrierWidth4.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_barrierWidth4FocusLost(evt);
            }
        });

        JP_barriers.add(JTF_barrierWidth4);
        JTF_barrierWidth4.setBounds(510, 160, 40, 19);

        JP_barriers.add(JL_col0);
        JL_col0.setBounds(350, 10, 40, 10);

        JP_barriers.add(JL_col1);
        JL_col1.setBounds(390, 10, 40, 10);

        JP_barriers.add(JL_col2);
        JL_col2.setBounds(430, 10, 40, 10);

        JP_barriers.add(JL_col3);
        JL_col3.setBounds(470, 10, 40, 10);

        JP_barriers.add(JL_col4);
        JL_col4.setBounds(510, 10, 40, 10);

        JP_main.add(JP_barriers);
        JP_barriers.setBounds(0, 220, 600, 240);

        JP_sim.setLayout(null);

        jLabel3.setText("Field (X) length (m)");
        JP_sim.add(jLabel3);
        jLabel3.setBounds(40, 20, 150, 20);

        JTF_length.setToolTipText("Barrier:xLength");
        JTF_length.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_lengthActionPerformed(evt);
            }
        });
        JTF_length.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_lengthFocusLost(evt);
            }
        });

        JP_sim.add(JTF_length);
        JTF_length.setBounds(200, 20, 50, 19);

        jLabel2.setText("Field (Y) width (m)");
        JP_sim.add(jLabel2);
        jLabel2.setBounds(40, 40, 150, 20);

        JTF_width.setToolTipText("Barrier:yLength");
        JTF_width.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_widthActionPerformed(evt);
            }
        });
        JTF_width.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_widthFocusLost(evt);
            }
        });

        JP_sim.add(JTF_width);
        JTF_width.setBounds(200, 40, 50, 19);

        jLabel5.setText("Orientation angle (deg)");
        JP_sim.add(jLabel5);
        jLabel5.setBounds(40, 60, 150, 20);

        JTF_orientation.setToolTipText("Barrier:angle");
        JTF_orientation.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                JTF_orientationActionPerformed(evt);
            }
        });
        JTF_orientation.addFocusListener(new java.awt.event.FocusAdapter() {
            public void focusLost(java.awt.event.FocusEvent evt) {
                JTF_orientationFocusLost(evt);
            }
        });

        JP_sim.add(JTF_orientation);
        JTF_orientation.setBounds(200, 60, 50, 19);

        JP_main.add(JP_sim);
        JP_sim.setBounds(0, 0, 280, 190);

        getContentPane().add(JP_main);
        JP_main.setBounds(0, 0, 640, 480);

        pack();
    }
    // </editor-fold>//GEN-END:initComponents

    protected void JTF_orientationFocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_orientationFocusLost
    }//GEN-LAST:event_JTF_orientationFocusLost

    protected void JTF_orientationActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_orientationActionPerformed
    }//GEN-LAST:event_JTF_orientationActionPerformed

    protected void JTF_widthFocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_widthFocusLost
    }//GEN-LAST:event_JTF_widthFocusLost

    protected void JTF_widthActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_widthActionPerformed
    }//GEN-LAST:event_JTF_widthActionPerformed

    protected void JTF_lengthFocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_lengthFocusLost
    }//GEN-LAST:event_JTF_lengthFocusLost

    protected void JTF_lengthActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_lengthActionPerformed
    }//GEN-LAST:event_JTF_lengthActionPerformed

    protected void JTF_barrierWidth4FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierWidth4FocusLost
    }//GEN-LAST:event_JTF_barrierWidth4FocusLost

    protected void JTF_barrierWidth4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierWidth4ActionPerformed
    }//GEN-LAST:event_JTF_barrierWidth4ActionPerformed

    protected void JTF_barrierWidth3FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierWidth3FocusLost
    }//GEN-LAST:event_JTF_barrierWidth3FocusLost

    protected void JTF_barrierWidth3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierWidth3ActionPerformed
    }//GEN-LAST:event_JTF_barrierWidth3ActionPerformed

    protected void JTF_barrierWidth2FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierWidth2FocusLost
    }//GEN-LAST:event_JTF_barrierWidth2FocusLost

    protected void JTF_barrierWidth2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierWidth2ActionPerformed
    }//GEN-LAST:event_JTF_barrierWidth2ActionPerformed

    protected void JTF_barrierWidth1FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierWidth1FocusLost
    }//GEN-LAST:event_JTF_barrierWidth1FocusLost

    protected void JTF_barrierWidth1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierWidth1ActionPerformed
    }//GEN-LAST:event_JTF_barrierWidth1ActionPerformed

    protected void JTF_barrierWidth0FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierWidth0FocusLost
    }//GEN-LAST:event_JTF_barrierWidth0FocusLost

    protected void JTF_barrierWidth0ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierWidth0ActionPerformed
    }//GEN-LAST:event_JTF_barrierWidth0ActionPerformed

    protected void JTF_barrierPorosity4FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity4FocusLost
    }//GEN-LAST:event_JTF_barrierPorosity4FocusLost

    protected void JTF_barrierPorosity4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity4ActionPerformed
    }//GEN-LAST:event_JTF_barrierPorosity4ActionPerformed

    protected void JTF_barrierPorosity3FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity3FocusLost
    }//GEN-LAST:event_JTF_barrierPorosity3FocusLost

    protected void JTF_barrierPorosity3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity3ActionPerformed
    }//GEN-LAST:event_JTF_barrierPorosity3ActionPerformed

    protected void JTF_barrierPorosity2FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity2FocusLost
    }//GEN-LAST:event_JTF_barrierPorosity2FocusLost

    protected void JTF_barrierPorosity2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity2ActionPerformed
    }//GEN-LAST:event_JTF_barrierPorosity2ActionPerformed

    protected void JTF_barrierPorosity1FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity1FocusLost
    }//GEN-LAST:event_JTF_barrierPorosity1FocusLost

    protected void JTF_barrierPorosity1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity1ActionPerformed
    }//GEN-LAST:event_JTF_barrierPorosity1ActionPerformed

    protected void JTF_barrierPorosity0FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity0FocusLost
    }//GEN-LAST:event_JTF_barrierPorosity0FocusLost

    protected void JTF_barrierPorosity0ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierPorosity0ActionPerformed
    }//GEN-LAST:event_JTF_barrierPorosity0ActionPerformed

    protected void JTF_barrierHeight4FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierHeight4FocusLost
    }//GEN-LAST:event_JTF_barrierHeight4FocusLost

    protected void JTF_barrierHeight4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierHeight4ActionPerformed
    }//GEN-LAST:event_JTF_barrierHeight4ActionPerformed

    protected void JTF_barrierHeight3FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierHeight3FocusLost
    }//GEN-LAST:event_JTF_barrierHeight3FocusLost

    protected void JTF_barrierHeight3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierHeight3ActionPerformed
    }//GEN-LAST:event_JTF_barrierHeight3ActionPerformed

    protected void JTF_barrierHeight2FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierHeight2FocusLost
    }//GEN-LAST:event_JTF_barrierHeight2FocusLost

    protected void JTF_barrierHeight2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierHeight2ActionPerformed
    }//GEN-LAST:event_JTF_barrierHeight2ActionPerformed

    protected void JTF_barrierHeight1FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierHeight1FocusLost
    }//GEN-LAST:event_JTF_barrierHeight1FocusLost

    protected void JTF_barrierHeight1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierHeight1ActionPerformed
    }//GEN-LAST:event_JTF_barrierHeight1ActionPerformed

    protected void JTF_barrierHeight0FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_barrierHeight0FocusLost
    }//GEN-LAST:event_JTF_barrierHeight0FocusLost

    protected void JTF_barrierHeight0ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_barrierHeight0ActionPerformed
    }//GEN-LAST:event_JTF_barrierHeight0ActionPerformed

    protected void JTF_y24FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y24FocusLost
    }//GEN-LAST:event_JTF_y24FocusLost

    protected void JTF_y24ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y24ActionPerformed
    }//GEN-LAST:event_JTF_y24ActionPerformed

    protected void JTF_y23FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y23FocusLost
    }//GEN-LAST:event_JTF_y23FocusLost

    protected void JTF_y23ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y23ActionPerformed
    }//GEN-LAST:event_JTF_y23ActionPerformed

    protected void JTF_y22FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y22FocusLost
    }//GEN-LAST:event_JTF_y22FocusLost

    protected void JTF_y22ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y22ActionPerformed
    }//GEN-LAST:event_JTF_y22ActionPerformed

    protected void JTF_y21FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y21FocusLost
    }//GEN-LAST:event_JTF_y21FocusLost

    protected void JTF_y21ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y21ActionPerformed
    }//GEN-LAST:event_JTF_y21ActionPerformed

    protected void JTF_y20FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y20FocusLost
    }//GEN-LAST:event_JTF_y20FocusLost

    protected void JTF_y20ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y20ActionPerformed
    }//GEN-LAST:event_JTF_y20ActionPerformed

    protected void JTF_x24FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x24FocusLost
    }//GEN-LAST:event_JTF_x24FocusLost

    protected void JTF_x24ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x24ActionPerformed
    }//GEN-LAST:event_JTF_x24ActionPerformed

    protected void JTF_x23FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x23FocusLost
    }//GEN-LAST:event_JTF_x23FocusLost

    protected void JTF_x23ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x23ActionPerformed
    }//GEN-LAST:event_JTF_x23ActionPerformed

    protected void JTF_x22FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x22FocusLost
    }//GEN-LAST:event_JTF_x22FocusLost

    protected void JTF_x22ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x22ActionPerformed
    }//GEN-LAST:event_JTF_x22ActionPerformed

    protected void JTF_x21FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x21FocusLost
    }//GEN-LAST:event_JTF_x21FocusLost

    protected void JTF_x21ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x21ActionPerformed
    }//GEN-LAST:event_JTF_x21ActionPerformed

    protected void JTF_x20FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x20FocusLost
    }//GEN-LAST:event_JTF_x20FocusLost

    protected void JTF_x20ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x20ActionPerformed
    }//GEN-LAST:event_JTF_x20ActionPerformed

    protected void JTF_y14FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y14FocusLost
    }//GEN-LAST:event_JTF_y14FocusLost

    protected void JTF_y14ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y14ActionPerformed
    }//GEN-LAST:event_JTF_y14ActionPerformed

    protected void JTF_y13FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y13FocusLost
    }//GEN-LAST:event_JTF_y13FocusLost

    protected void JTF_y13ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y13ActionPerformed
    }//GEN-LAST:event_JTF_y13ActionPerformed

    protected void JTF_y12FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y12FocusLost
    }//GEN-LAST:event_JTF_y12FocusLost

    protected void JTF_y12ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y12ActionPerformed
    }//GEN-LAST:event_JTF_y12ActionPerformed

    protected void JTF_y11FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y11FocusLost
    }//GEN-LAST:event_JTF_y11FocusLost

    protected void JTF_y11ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y11ActionPerformed
    }//GEN-LAST:event_JTF_y11ActionPerformed

    protected void JTF_y10FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_y10FocusLost
    }//GEN-LAST:event_JTF_y10FocusLost

    protected void JTF_y10ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_y10ActionPerformed
    }//GEN-LAST:event_JTF_y10ActionPerformed

    protected void JTF_x14FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x14FocusLost
    }//GEN-LAST:event_JTF_x14FocusLost

    protected void JTF_x14ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x14ActionPerformed
    }//GEN-LAST:event_JTF_x14ActionPerformed

    protected void JTF_x13FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x13FocusLost
    }//GEN-LAST:event_JTF_x13FocusLost

    protected void JTF_x13ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x13ActionPerformed
    }//GEN-LAST:event_JTF_x13ActionPerformed

    protected void JTF_x12FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x12FocusLost
    }//GEN-LAST:event_JTF_x12FocusLost

    protected void JTF_x12ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x12ActionPerformed
    }//GEN-LAST:event_JTF_x12ActionPerformed

    protected void JTF_x11FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x11FocusLost
    }//GEN-LAST:event_JTF_x11FocusLost

    protected void JTF_x11ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x11ActionPerformed
    }//GEN-LAST:event_JTF_x11ActionPerformed

    protected void JTF_x10FocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_JTF_x10FocusLost
    }//GEN-LAST:event_JTF_x10FocusLost

    protected void JS_numBarriersStateChanged(javax.swing.event.ChangeEvent evt) {//GEN-FIRST:event_JS_numBarriersStateChanged
    }//GEN-LAST:event_JS_numBarriersStateChanged

    protected void JTF_x10ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_JTF_x10ActionPerformed
    }//GEN-LAST:event_JTF_x10ActionPerformed
    
    /**
     * @param args the command line arguments
     */
    public static void main(String args[]) {
        java.awt.EventQueue.invokeLater(new Runnable() {
            @Override
            public void run() {
                new Barriers_n().setVisible(true);
            }
        });
    }
    
    // Variables declaration - do not modify//GEN-BEGIN:variables
    public javax.swing.JLabel JL_bar1;
    public javax.swing.JLabel JL_bar2;
    public javax.swing.JLabel JL_bar3;
    public javax.swing.JLabel JL_bar4;
    public javax.swing.JLabel JL_bar5;
    public javax.swing.JLabel JL_col0;
    public javax.swing.JLabel JL_col1;
    public javax.swing.JLabel JL_col2;
    public javax.swing.JLabel JL_col3;
    public javax.swing.JLabel JL_col4;
    public javax.swing.JPanel JP_barriers;
    public javax.swing.JPanel JP_main;
    public javax.swing.JPanel JP_map;
    public javax.swing.JPanel JP_sim;
    public javax.swing.JSpinner JS_numBarriers;
    public javax.swing.JTextField JTF_barrierHeight0;
    public javax.swing.JTextField JTF_barrierHeight1;
    public javax.swing.JTextField JTF_barrierHeight2;
    public javax.swing.JTextField JTF_barrierHeight3;
    public javax.swing.JTextField JTF_barrierHeight4;
    public javax.swing.JTextField JTF_barrierPorosity0;
    public javax.swing.JTextField JTF_barrierPorosity1;
    public javax.swing.JTextField JTF_barrierPorosity2;
    public javax.swing.JTextField JTF_barrierPorosity3;
    public javax.swing.JTextField JTF_barrierPorosity4;
    public javax.swing.JTextField JTF_barrierWidth0;
    public javax.swing.JTextField JTF_barrierWidth1;
    public javax.swing.JTextField JTF_barrierWidth2;
    public javax.swing.JTextField JTF_barrierWidth3;
    public javax.swing.JTextField JTF_barrierWidth4;
    public javax.swing.JTextField JTF_length;
    public javax.swing.JTextField JTF_orientation;
    public javax.swing.JTextField JTF_width;
    public javax.swing.JTextField JTF_x10;
    public javax.swing.JTextField JTF_x11;
    public javax.swing.JTextField JTF_x12;
    public javax.swing.JTextField JTF_x13;
    public javax.swing.JTextField JTF_x14;
    public javax.swing.JTextField JTF_x20;
    public javax.swing.JTextField JTF_x21;
    public javax.swing.JTextField JTF_x22;
    public javax.swing.JTextField JTF_x23;
    public javax.swing.JTextField JTF_x24;
    public javax.swing.JTextField JTF_y10;
    public javax.swing.JTextField JTF_y11;
    public javax.swing.JTextField JTF_y12;
    public javax.swing.JTextField JTF_y13;
    public javax.swing.JTextField JTF_y14;
    public javax.swing.JTextField JTF_y20;
    public javax.swing.JTextField JTF_y21;
    public javax.swing.JTextField JTF_y22;
    public javax.swing.JTextField JTF_y23;
    public javax.swing.JTextField JTF_y24;
    public javax.swing.JLabel jLabel2;
    public javax.swing.JLabel jLabel3;
    public javax.swing.JLabel jLabel4;
    public javax.swing.JLabel jLabel48;
    public javax.swing.JLabel jLabel49;
    public javax.swing.JLabel jLabel5;
    public javax.swing.JLabel jLabel50;
    public javax.swing.JLabel jLabel51;
    public javax.swing.JLabel jLabel52;
    public javax.swing.JLabel jLabel53;
    public javax.swing.JLabel jLabel54;
    // End of variables declaration//GEN-END:variables
    
}
