ncwp.setSuperClass("org.apache.wicket.markup.html.WebPage", openJavaFile());
action.setConfiguredWizardPage(ncwp);
action.setOpenEditorOnFinish(true);
action.run();
}
/** Helper to get a IFile in this workspace */
public static IFile getFile(final String filename) {
IFile file = null;