Globals.lang("This_is_a_simple_copy_and_paste_dialog_for_import_some_fields_from_normal_text.") ) ;
}
infoText.setEditable(false);
infoText.setBackground(GUIGlobals.infoField);
infoText.setBorder(new EtchedBorder(EtchedBorder.LOWERED));
infoText.setPreferredSize( new Dimension(220, 50));
infoText.setMinimumSize( new Dimension(180, 50));
rawPanel.add( infoText, BorderLayout.SOUTH ) ;
}