gbc_lblCustomer.insets = new Insets(0, 0, 0, 5);
gbc_lblCustomer.gridx = 0;
gbc_lblCustomer.gridy = 1;
this.add(this.lblCustomer, gbc_lblCustomer);
this.autoCompletionComboBox = new AutoCompletionComboBox();
GridBagConstraints gbc_autoCompletionComboBox = new GridBagConstraints();
gbc_autoCompletionComboBox.anchor = GridBagConstraints.LINE_START;
gbc_autoCompletionComboBox.insets = new Insets(0, 0, 0, 5);
gbc_autoCompletionComboBox.fill = GridBagConstraints.HORIZONTAL;
gbc_autoCompletionComboBox.gridx = 1;