protected JTextArea getTextAreaError(String msg, String localisation, final JComponent component,
final Label labelName, final String tabTitle) {
JTextArea labelError = Utilities.getTextAreaError(localisation, msg);
labelError.addMouseListener(new LabelErrorMouseAdapter(this, component, labelName, tabTitle));
return labelError;
}
protected void addGlue(JPanel panel) {