Beispiel #1
0
  /** Creates new form JPaymentSelect */
  protected JPaymentSelect(java.awt.Frame parent, boolean modal, ComponentOrientation o) {
    super(parent, modal);
    initComponents();

    this.applyComponentOrientation(o);

    getRootPane().setDefaultButton(m_jButtonOK);
  }
Beispiel #2
0
  /** Creates new form JPaymentSelect */
  protected JPaymentSelect(java.awt.Dialog parent, boolean modal, ComponentOrientation o) {
    super(parent, modal);
    initComponents();

    this.applyComponentOrientation(o);
  }