(ActionEvent evt)
| 284 | // getContentPane().add(bt2); |
| 285 | bt3.addActionListener(new ActionListener() { |
| 286 | public void actionPerformed(ActionEvent evt) { |
| 287 | bt3ActionPerformed(evt); |
| 288 | } |
| 289 | }); |
| 290 | if (surfex_.inAnApplet) { |
| 291 | controlpanel.add(bt3); |
nothing calls this directly
no test coverage detected