/** 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); }
/** Creates new form JPaymentSelect */ protected JPaymentSelect(java.awt.Dialog parent, boolean modal, ComponentOrientation o) { super(parent, modal); initComponents(); this.applyComponentOrientation(o); }