comboBoxPanel.setBorder(BorderFactory.createEmptyBorder(0, 10, 0, 10));
JLabel authorizationLabel = new JLabel(PROFILE_COMBO_BOX);
authorizationLabel.setBorder(BorderFactory.createEmptyBorder(3, 0, 0, 0));
formLayout.appendRow(new RowSpec("top:pref"));
comboBoxPanel.add(authorizationLabel, cc.xy(2, 1));
createProfileSelectionComboBox();
comboBoxPanel.add(profileSelectionComboBox, cc.xy(4, 1));