Index: trunk/src/event/editor/TowPanel.java
===================================================================
--- trunk/src/event/editor/TowPanel.java	(revision 89)
+++ trunk/src/event/editor/TowPanel.java	(revision 92)
@@ -10,5 +10,5 @@
  * @author nathaniellehrer
  */
-public class TowPanel extends javax.swing.JPanel implements RemoveablePanel, ScriptEventEditorPanel
+public class TowPanel extends javax.swing.JPanel implements I_ScriptEventEditorPanel
 {
 
@@ -55,9 +55,5 @@
     }
 
-    public void setRemoveListener(ActionListener listener)
-    {
-        removeListener = listener;
-    }
-
+    @Override
     public void getEventObject(I_ScriptEvent sei)
     {
@@ -133,4 +129,5 @@
     }
 
+    @Override
     public void update(Observable o, Object arg)
     {
@@ -156,5 +153,4 @@
     {
 
-        removeButton = new javax.swing.JButton();
         jLabel1 = new javax.swing.JLabel();
         txtCompany = new javax.swing.JTextField();
@@ -167,20 +163,4 @@
         help = new javax.swing.JLabel();
 
-        removeButton.setText("Remove");
-        removeButton.addMouseListener(new java.awt.event.MouseAdapter()
-        {
-            public void mouseClicked(java.awt.event.MouseEvent evt)
-            {
-                removeThisProperty(evt);
-            }
-        });
-        removeButton.addActionListener(new java.awt.event.ActionListener()
-        {
-            public void actionPerformed(java.awt.event.ActionEvent evt)
-            {
-                removeButtonActionPerformed(evt);
-            }
-        });
-
         jLabel1.setText("Company");
 
@@ -215,5 +195,4 @@
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
                     .add(help, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 543, Short.MAX_VALUE)
-                    .add(org.jdesktop.layout.GroupLayout.TRAILING, removeButton)
                     .add(layout.createSequentialGroup()
                         .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
@@ -233,7 +212,5 @@
             layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
             .add(org.jdesktop.layout.GroupLayout.TRAILING, layout.createSequentialGroup()
-                .addContainerGap()
-                .add(removeButton)
-                .addPreferredGap(org.jdesktop.layout.LayoutStyle.UNRELATED)
+                .add(47, 47, 47)
                 .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                     .add(jLabel1)
@@ -257,15 +234,4 @@
     }// </editor-fold>//GEN-END:initComponents
 
-    private void removeButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_removeButtonActionPerformed
-        // TODO add your handling code here:
-    }//GEN-LAST:event_removeButtonActionPerformed
-
-    private void removeThisProperty(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_removeThisProperty
-        if (removeListener != null)
-        {
-            removeListener.actionPerformed(new ActionEvent(this, 0, ""));
-        }
-    }//GEN-LAST:event_removeThisProperty
-
 
     // Variables declaration - do not modify//GEN-BEGIN:variables
@@ -275,5 +241,4 @@
     private javax.swing.JLabel jLabel3;
     private javax.swing.JLabel jLabel4;
-    private javax.swing.JButton removeButton;
     private javax.swing.JTextField txtBeat;
     private javax.swing.JTextField txtCompany;
