gbc_lblNotes.insets = new Insets(0, 0, 0, 5);
gbc_lblNotes.gridx = 0;
gbc_lblNotes.gridy = 2;
this.contentsPanel.add(this.lblNotes, gbc_lblNotes);
this.trszngtxtrNotes = new AutoResizingTextArea();
this.trszngtxtrNotes.setBorder(new TitledBorder(""));
GridBagConstraints gbc_trszngtxtrNotes = new GridBagConstraints();
gbc_trszngtxtrNotes.fill = GridBagConstraints.BOTH;
gbc_trszngtxtrNotes.gridx = 1;
gbc_trszngtxtrNotes.gridy = 2;