@@ -1006,11 +1006,11 @@ public class AppJ_V03 extends JFrame {
coverage.setBounds(26,45,334,138);
panel_dublin.add(coverage);
JLabeldescription=newJLabel("<html>Description<BR><font size = 2>Enter a generally understandable description of the stored research data.</font></html>");
// JLabel description = new JLabel("<html>Description<BR><font size = 2>Enter a generally understandable description of the stored research data.</font></html>");
JLabelformat=newJLabel("<html>Format<BR><font size = 2>The file format, physical medium, or dimensions of the resource. A semicolon-separated list of file extensions that are used. \r\n"+
"E.g.: acq; mat; xls; xlsx\r\n"+
...
...
@@ -1052,7 +1052,7 @@ public class AppJ_V03 extends JFrame {
JLabelsubject=newJLabel("<html>Keywords<BR><font size = 2>The topic of the resource. Please use general search terms separated<BR> by a semicolon that best describe the research data.<BR> Individual search terms can be used as well as defined terms as listed in PSYNDEX: \r\nhttps://www.psyndex.de/ueber/inhalte-aufbau/<BR>schlagwoerter-klassifikationen/</font></html>");
subject.setForeground(newColor(211,211,211));
subject.setFont(newFont("Tahoma",Font.BOLD,18));
subject.setBounds(687,450,351,107);
subject.setBounds(26,190,350,100);;
panel_dublin.add(subject);
...
...
@@ -1063,16 +1063,16 @@ public class AppJ_V03 extends JFrame {