jPanel1.add(label3);
jPanel1.add(textField3);
jPanel1.add(new HelpedLabel(Translator.getTranslation("Default account"),
"DefaultAccount", "customer", view));
accountCombo = new DataComboBox(new JdbcTable("APP.Account", 2, view), true, "Account", "transaction", view);
accountCombo.loadComboBox("AccDesc", "Account", (Integer) cc.comboBox.getSelectedItemsKey());
accountCombo.setMaximumSize(new Dimension(accountNameFieldSize, accountNameFieldSize));
accountCombo.setMinimumSize(new Dimension(accountNameFieldSize / 2, 1));
jPanel1.add(accountCombo);