public void addActionListener(ActionListener al) {
   m_inputPanel.addActionListener(al);
 }