}
}
if (optionName.equals("FRM_ADMIN_PROCESS_ORDER_EDIT"))
{
final JInternalFrameProcessOrderProperties u;
// if (isLoaded(JInternalFrameProcessOrderProperties.class))
// setVisible(JInternalFrameProcessOrderProperties.class);
// else
{
u = new JInternalFrameProcessOrderProperties(StrParam);
u.setTitle(mod.getDescription() + " [" + StrParam + "]");
displayForm(u, optionName);
}
}
if (optionName.equals("FRM_ADMIN_GROUP_EDIT"))
{
final JInternalFrameGroupProperties u;
// if (isLoaded(JInternalFrameGroupProperties.class))
// setVisible(JInternalFrameGroupProperties.class);
// else
{
u = new JInternalFrameGroupProperties(StrParam);
u.setTitle(mod.getDescription() + " [" + StrParam + "]");
displayForm(u, optionName);
}
}
if (optionName.equals("FRM_ADMIN_USER_PERM"))
{
final JInternalFrameUserPermissions u;
// if (isLoaded(JInternalFrameUserPermissions.class))
// setVisible(JInternalFrameUserPermissions.class);
// else
{
u = new JInternalFrameUserPermissions(StrParam);
u.setTitle(mod.getDescription() + " [" + StrParam + "]");
displayForm(u, optionName);
}
}
if (optionName.equals("FRM_ADMIN_GROUP_PERM"))
{
final JInternalFrameGroupPermissions u;
// if (isLoaded(JInternalFrameGroupPermissions.class))
// setVisible(JInternalFrameGroupPermissions.class);
// else
{
u = new JInternalFrameGroupPermissions(StrParam);
u.setTitle(mod.getDescription() + " [" + StrParam + "]");
displayForm(u, optionName);
}
}
}