()
| 402 | } |
| 403 | |
| 404 | public Project getCurrentProject() { |
| 405 | int pi = pane.getSelectedIndex(); |
| 406 | if(pi!=-1){ |
| 407 | return ((Project) openProjects.get(pi)); |
| 408 | } |
| 409 | return null; |
| 410 | } |
| 411 | |
| 412 | public JMenuBar createMenuBar() { |
| 413 |
no test coverage detected