(FocusEvent e)
| 311 | }); |
| 312 | mTitleEntry.addFocusListener(new FocusAdapter() { |
| 313 | @Override |
| 314 | public void focusLost(FocusEvent e) { |
| 315 | setTitle(mTitleEntry.getText()); |
| 316 | showCurrentGraph(); |
| 317 | } |
| 318 | }); |
| 319 | rightPanel.add(mTitleEntry, c); |
| 320 | rightPanel.add(mGraphType, c); |
nothing calls this directly
no test coverage detected