(int tool)
| 1468 | } |
| 1469 | |
| 1470 | boolean isPlugInTool(int tool) { |
| 1471 | return tool>=CUSTOM1 && tool<getNumTools() && tools[tool]!=null; |
| 1472 | } |
| 1473 | |
| 1474 | public void mouseExited(MouseEvent e) {} |
| 1475 | public void mouseClicked(MouseEvent e) {} |
no test coverage detected