Search in sources :

Example 1 with TransactionNumberComboBox

use of jgnash.ui.components.TransactionNumberComboBox in project jgnash by ccavanaugh.

the class DateChkNumberDialog method initComponents.

private void initComponents() {
    datePanel = new DatePanel();
    numberCombo = new TransactionNumberComboBox(account);
    okButton = new JButton(rb.getString("Button.Ok"));
    cancelButton = new JButton(rb.getString("Button.Cancel"));
    okButton.addActionListener(this);
    cancelButton.addActionListener(this);
    getRootPane().setDefaultButton(okButton);
}
Also used : DatePanel(jgnash.ui.components.DatePanel) JButton(javax.swing.JButton) TransactionNumberComboBox(jgnash.ui.components.TransactionNumberComboBox)

Aggregations

JButton (javax.swing.JButton)1 DatePanel (jgnash.ui.components.DatePanel)1 TransactionNumberComboBox (jgnash.ui.components.TransactionNumberComboBox)1