displayDialog(u, optionName);
}
if (optionName.equals("FRM_PAL_LABEL_COPIES"))
{
final JDialogPalletRePrintLabel u;
u = new JDialogPalletRePrintLabel(Common.mainForm, strParam);
u.setTitle(mod.getDescription());
displayDialog(u, optionName);
}
if (optionName.equals("FRM_ADMIN_AUTO_LAB_EDIT"))
{
final JDialogAutoLabellerProperties u;
u = new JDialogAutoLabellerProperties(Common.mainForm, strParam);
u.setTitle(mod.getDescription());
displayDialog(u, optionName);
}
}