453454455456457458459460461462463
return this.detailFormDialog; } private ApplicationDialog createDetailFormDialog() { return new TitledApplicationDialog() { protected Object[] getCommandGroupMembers() { return new AbstractCommand[]{getFinishCommand()}; }
482483484485486487488489490491492
}; } private ApplicationDialog createFormDialog() { return new TitledApplicationDialog() { @Override protected JComponent createTitledDialogContentPane() {