mirror of
https://github.com/TotalFreedomMC/ZeroTelnetClient.git
synced 2024-12-22 16:25:14 +00:00
Removed unused event hander.
This commit is contained in:
parent
02c667346b
commit
334eafd7a0
2 changed files with 0 additions and 15 deletions
|
@ -362,9 +362,6 @@
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="text" type="java.lang.String" value="Ignore warnings and errors"/>
|
<Property name="text" type="java.lang.String" value="Ignore warnings and errors"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
<Events>
|
|
||||||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chkIgnoreErrorsActionPerformed"/>
|
|
||||||
</Events>
|
|
||||||
</Component>
|
</Component>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
|
@ -699,13 +699,6 @@ public class BTC_MainPanel extends javax.swing.JFrame
|
||||||
});
|
});
|
||||||
|
|
||||||
chkIgnoreErrors.setText("Ignore warnings and errors");
|
chkIgnoreErrors.setText("Ignore warnings and errors");
|
||||||
chkIgnoreErrors.addActionListener(new java.awt.event.ActionListener()
|
|
||||||
{
|
|
||||||
public void actionPerformed(java.awt.event.ActionEvent evt)
|
|
||||||
{
|
|
||||||
chkIgnoreErrorsActionPerformed(evt);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
|
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
|
||||||
jPanel1.setLayout(jPanel1Layout);
|
jPanel1.setLayout(jPanel1Layout);
|
||||||
|
@ -830,11 +823,6 @@ public class BTC_MainPanel extends javax.swing.JFrame
|
||||||
chkIgnoreServerCommands.setEnabled(enable);
|
chkIgnoreServerCommands.setEnabled(enable);
|
||||||
}//GEN-LAST:event_chkShowChatOnlyActionPerformed
|
}//GEN-LAST:event_chkShowChatOnlyActionPerformed
|
||||||
|
|
||||||
private void chkIgnoreErrorsActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_chkIgnoreErrorsActionPerformed
|
|
||||||
{//GEN-HEADEREND:event_chkIgnoreErrorsActionPerformed
|
|
||||||
// TODO add your handling code here:
|
|
||||||
}//GEN-LAST:event_chkIgnoreErrorsActionPerformed
|
|
||||||
|
|
||||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||||
private javax.swing.JButton btnConnect;
|
private javax.swing.JButton btnConnect;
|
||||||
private javax.swing.JButton btnDisconnect;
|
private javax.swing.JButton btnDisconnect;
|
||||||
|
|
Loading…
Reference in a new issue