if (lmattype != null)
{
if (lmattype.equals("") == false)
{
lmattype = lmattype.toUpperCase();
if (u.create(lmattype) == false)
{
JUtility.errorBeep();
JOptionPane.showMessageDialog(Common.mainForm, u.getErrorMessage(), lang.get("dlg_Error"), JOptionPane.ERROR_MESSAGE,Common.icon_confirm);
}
else