Index: trunk/src/event/editor/AudioPanel.java
===================================================================
--- trunk/src/event/editor/AudioPanel.java	(revision 140)
+++ trunk/src/event/editor/AudioPanel.java	(revision 171)
@@ -71,6 +71,5 @@
     @SuppressWarnings("unchecked")
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
-    private void initComponents()
-    {
+    private void initComponents() {
 
         jLabel1 = new javax.swing.JLabel();
@@ -78,23 +77,13 @@
         jLabel2 = new javax.swing.JLabel();
         audioLengthText = new javax.swing.JFormattedTextField();
-        browseButton = new javax.swing.JButton();
 
         jLabel1.setText("Audio File");
 
         audioFileText.setToolTipText("The path to the audio file");
+        audioFileText.setEnabled(false);
 
         jLabel2.setText("Length");
 
         audioLengthText.setFormatterFactory(new javax.swing.text.DefaultFormatterFactory(new javax.swing.text.NumberFormatter(java.text.NumberFormat.getIntegerInstance())));
-
-        browseButton.setText("Browse");
-        browseButton.setToolTipText("Browse for the audio file");
-        browseButton.addMouseListener(new java.awt.event.MouseAdapter()
-        {
-            public void mouseClicked(java.awt.event.MouseEvent evt)
-            {
-                browse(evt);
-            }
-        });
 
         org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(this);
@@ -109,9 +98,6 @@
                 .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
-                    .add(layout.createSequentialGroup()
-                        .add(audioFileText, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 395, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
-                        .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
-                        .add(browseButton, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 93, Short.MAX_VALUE))
-                    .add(audioLengthText, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 497, Short.MAX_VALUE))
+                    .add(audioLengthText, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 497, Short.MAX_VALUE)
+                    .add(audioFileText))
                 .addContainerGap())
         );
@@ -119,9 +105,8 @@
             layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
             .add(layout.createSequentialGroup()
-                .add(41, 41, 41)
+                .add(44, 44, 44)
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                     .add(audioFileText, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
-                    .add(jLabel1)
-                    .add(browseButton))
+                    .add(jLabel1))
                 .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
@@ -132,18 +117,8 @@
     }// </editor-fold>//GEN-END:initComponents
 
-    private void browse(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_browse
-        JFileChooser browser = new JFileChooser();
-        int returnVal = browser.showOpenDialog(this);
-        if (returnVal == JFileChooser.APPROVE_OPTION)
-        {
-            audioFileText.setText(browser.getSelectedFile().getPath());
-        }
-    }//GEN-LAST:event_browse
-
 
     // Variables declaration - do not modify//GEN-BEGIN:variables
     private javax.swing.JTextField audioFileText;
     private javax.swing.JFormattedTextField audioLengthText;
-    private javax.swing.JButton browseButton;
     private javax.swing.JLabel jLabel1;
     private javax.swing.JLabel jLabel2;
Index: trunk/src/event/editor/CHPRadioPanel.form
===================================================================
--- trunk/src/event/editor/CHPRadioPanel.form	(revision 1)
+++ trunk/src/event/editor/CHPRadioPanel.form	(revision 171)
@@ -27,11 +27,10 @@
                       <EmptySpace type="unrelated" max="-2" attributes="0"/>
                       <Component id="deleteSelectedButton" min="-2" pref="131" max="-2" attributes="0"/>
+                      <EmptySpace min="0" pref="331" max="32767" attributes="0"/>
                   </Group>
                   <Group type="102" alignment="0" attributes="1">
                       <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
                       <EmptySpace max="-2" attributes="0"/>
-                      <Component id="audioText" pref="511" max="32767" attributes="0"/>
-                      <EmptySpace type="separate" max="-2" attributes="0"/>
-                      <Component id="jButton2" min="-2" pref="130" max="-2" attributes="0"/>
+                      <Component id="audioText" max="32767" attributes="0"/>
                   </Group>
               </Group>
@@ -47,5 +46,4 @@
                   <Component id="audioText" alignment="3" min="-2" max="-2" attributes="0"/>
                   <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
-                  <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
               </Group>
               <EmptySpace type="separate" max="-2" attributes="0"/>
@@ -56,5 +54,5 @@
               </Group>
               <EmptySpace type="unrelated" max="-2" attributes="0"/>
-              <Component id="jScrollPane1" pref="341" max="32767" attributes="0"/>
+              <Component id="jScrollPane1" pref="347" max="32767" attributes="0"/>
               <EmptySpace max="-2" attributes="0"/>
           </Group>
@@ -71,14 +69,6 @@
       <Properties>
         <Property name="toolTipText" type="java.lang.String" value="The radio audio file"/>
+        <Property name="enabled" type="boolean" value="false"/>
       </Properties>
-    </Component>
-    <Component class="javax.swing.JButton" name="jButton2">
-      <Properties>
-        <Property name="text" type="java.lang.String" value="Browse"/>
-        <Property name="toolTipText" type="java.lang.String" value="Browse for the radio audio file"/>
-      </Properties>
-      <Events>
-        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>
-      </Events>
     </Component>
     <Component class="javax.swing.JButton" name="addDispatchButton">
Index: trunk/src/event/editor/AudioPanel.form
===================================================================
--- trunk/src/event/editor/AudioPanel.form	(revision 92)
+++ trunk/src/event/editor/AudioPanel.form	(revision 171)
@@ -25,10 +25,6 @@
               <EmptySpace max="-2" attributes="0"/>
               <Group type="103" groupAlignment="0" attributes="0">
-                  <Group type="102" alignment="0" attributes="0">
-                      <Component id="audioFileText" min="-2" pref="395" max="-2" attributes="0"/>
-                      <EmptySpace max="-2" attributes="0"/>
-                      <Component id="browseButton" pref="93" max="32767" attributes="0"/>
-                  </Group>
-                  <Component id="audioLengthText" alignment="0" pref="497" max="32767" attributes="0"/>
+                  <Component id="audioLengthText" pref="497" max="32767" attributes="0"/>
+                  <Component id="audioFileText" max="32767" attributes="0"/>
               </Group>
               <EmptySpace max="-2" attributes="0"/>
@@ -39,9 +35,8 @@
       <Group type="103" groupAlignment="0" attributes="0">
           <Group type="102" alignment="0" attributes="0">
-              <EmptySpace min="-2" pref="41" max="-2" attributes="0"/>
+              <EmptySpace min="-2" pref="44" max="-2" attributes="0"/>
               <Group type="103" groupAlignment="3" attributes="0">
                   <Component id="audioFileText" alignment="3" min="-2" max="-2" attributes="0"/>
                   <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
-                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
               </Group>
               <EmptySpace max="-2" attributes="0"/>
@@ -64,4 +59,5 @@
       <Properties>
         <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/>
+        <Property name="enabled" type="boolean" value="false"/>
       </Properties>
     </Component>
@@ -78,13 +74,4 @@
       </Properties>
     </Component>
-    <Component class="javax.swing.JButton" name="browseButton">
-      <Properties>
-        <Property name="text" type="java.lang.String" value="Browse"/>
-        <Property name="toolTipText" type="java.lang.String" value="Browse for the audio file"/>
-      </Properties>
-      <Events>
-        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>
-      </Events>
-    </Component>
   </SubComponents>
 </Form>
Index: trunk/src/event/editor/CHPRadioPanel.java
===================================================================
--- trunk/src/event/editor/CHPRadioPanel.java	(revision 140)
+++ trunk/src/event/editor/CHPRadioPanel.java	(revision 171)
@@ -110,10 +110,8 @@
     @SuppressWarnings("unchecked")
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
-    private void initComponents()
-    {
+    private void initComponents() {
 
         jLabel4 = new javax.swing.JLabel();
         audioText = new javax.swing.JTextField();
-        jButton2 = new javax.swing.JButton();
         addDispatchButton = new javax.swing.JButton();
         deleteSelectedButton = new javax.swing.JButton();
@@ -124,14 +122,5 @@
 
         audioText.setToolTipText("The radio audio file");
-
-        jButton2.setText("Browse");
-        jButton2.setToolTipText("Browse for the radio audio file");
-        jButton2.addMouseListener(new java.awt.event.MouseAdapter()
-        {
-            public void mouseClicked(java.awt.event.MouseEvent evt)
-            {
-                browse(evt);
-            }
-        });
+        audioText.setEnabled(false);
 
         addDispatchButton.setText("Add Dispatch");
@@ -143,8 +132,6 @@
         addFieldButton.setText("Add Field");
         addFieldButton.setToolTipText("Adds a row for dialog by the field operator in the table");
-        addFieldButton.addActionListener(new java.awt.event.ActionListener()
-        {
-            public void actionPerformed(java.awt.event.ActionEvent evt)
-            {
+        addFieldButton.addActionListener(new java.awt.event.ActionListener() {
+            public void actionPerformed(java.awt.event.ActionEvent evt) {
                 addFieldButtonActionPerformed(evt);
             }
@@ -164,11 +151,10 @@
                         .add(addFieldButton, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 130, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                         .addPreferredGap(org.jdesktop.layout.LayoutStyle.UNRELATED)
-                        .add(deleteSelectedButton, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 131, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
+                        .add(deleteSelectedButton, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 131, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
+                        .add(0, 331, Short.MAX_VALUE))
                     .add(layout.createSequentialGroup()
                         .add(jLabel4)
                         .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
-                        .add(audioText, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 511, Short.MAX_VALUE)
-                        .add(18, 18, 18)
-                        .add(jButton2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 130, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
+                        .add(audioText)))
                 .addContainerGap())
         );
@@ -179,6 +165,5 @@
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                     .add(audioText, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
-                    .add(jLabel4)
-                    .add(jButton2))
+                    .add(jLabel4))
                 .add(18, 18, 18)
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
@@ -187,17 +172,8 @@
                     .add(deleteSelectedButton))
                 .addPreferredGap(org.jdesktop.layout.LayoutStyle.UNRELATED)
-                .add(jScrollPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 341, Short.MAX_VALUE)
+                .add(jScrollPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 347, Short.MAX_VALUE)
                 .addContainerGap())
         );
     }// </editor-fold>//GEN-END:initComponents
-
-    private void browse(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_browse
-        JFileChooser browser = new JFileChooser();
-        int returnVal = browser.showOpenDialog(this);
-        if (returnVal == JFileChooser.APPROVE_OPTION)
-        {
-            audioText.setText(browser.getSelectedFile().getPath());
-        }
-    }//GEN-LAST:event_browse
 
     private void addFieldButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addFieldButtonActionPerformed
@@ -210,5 +186,4 @@
     private javax.swing.JTextField audioText;
     private javax.swing.JButton deleteSelectedButton;
-    private javax.swing.JButton jButton2;
     private javax.swing.JLabel jLabel4;
     private javax.swing.JScrollPane jScrollPane1;
