});
Cursor zoomInCursor = Toolkit.getDefaultToolkit().createCustomCursor(
new ImageIcon(this.getClass().getResource("MagnifyCursor.gif")).getImage(),
new java.awt.Point(16, 16), "Zoom In");
zoomInTool = new ZoomToClickTool(2, zoomInCursor);
showGeomsTab();
initFileDrop(testCasePanel);
testCasePanel.getGeometryEditPanel().setCurrentTool(RectangleTool.getInstance());
}
catch (Exception e) {