}
}
if (optionName.equals("FRM_ADMIN_MATERIAL_LOCATION_EDIT"))
{
final JInternalFrameMaterialLocationProperties u;
if (isLoaded(JInternalFrameMaterialLocationProperties.class))
setVisible(JInternalFrameMaterialLocationProperties.class);
else
{
u = new JInternalFrameMaterialLocationProperties(StrParam1, StrParam2);
u.setTitle(mod.getDescription());
displayForm(u, optionName);
}
}
if (optionName.equals("FRM_ADMIN_INTERFACE_EDIT"))
{
final JInternalFrameInterfaceProperties u;
if (isLoaded(JInternalFrameInterfaceProperties.class))
setVisible(JInternalFrameInterfaceProperties.class);
else
{
u = new JInternalFrameInterfaceProperties(StrParam1, StrParam2);
u.setTitle(mod.getDescription());
displayForm(u, optionName);
}
}
}