if (f.exists() && f.canRead()) {
textPane = loadTestCaseSource(f, true, f.getName().equals(StaticConfiguration.TEST_SCRIPT_FILENAME));
tabbedPane.setSelectedIndex(TestCasePane.SOURCE_INDEX);
// now go to the given line
textPane.selectLine(breakpoint.getLineIndex());
textPane.getLineNumberPanel().update(event);
}
}
break;
}