Package com.moneychanger.ui.dialogs

Examples of com.moneychanger.ui.dialogs.PaymentOutboxDetailsDialog


            String subject = (String) jTable21.getModel().getValueAt(jTable21.getSelectedRow(), 0);
            System.out.println("In paymentOutBox double clcik, key:" + key);
            String status = (String) jTable21.getModel().getValueAt(jTable21.getSelectedRow(), 8);
            String content = (String) jTable21.getModel().getValueAt(jTable21.getSelectedRow(), 7);

            PaymentOutboxDetailsDialog payOutboxDialog = new PaymentOutboxDetailsDialog(this, true, status == "true" ? "Verified" : "Not Verified", content, subject);
            payOutboxDialog.setVisible(true);


        }
}//GEN-LAST:event_jTable21MouseClicked
View Full Code Here

TOP

Related Classes of com.moneychanger.ui.dialogs.PaymentOutboxDetailsDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.