/** * * @author Administrator */ public class PaySlip extends javax.swing.JInternalFrame {
Employees employees; /** Creates new form PaySlip */ public PaySlip(Employees employees) { this.employees=employees; initComponents(); generateSlip(); }
public void generateSlip() { String user=JOptionPane.showInputDialog("Enter user name"); String password=JOptionPane.showInputDialog("Enter user password");
/** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code"> private void initComponents() {
jScrollPane1 = new javax.swing.JScrollPane(); txtPaySlip = new javax.swing.JTextArea(); jPanel1 = new javax.swing.JPanel(); btnFundTransfer = new javax.swing.JButton(); btnTaxFile = new javax.swing.JButton();
// Variables declaration - do not modify private javax.swing.JButton btnFundTransfer; private javax.swing.JButton btnTaxFile; private javax.swing.JPanel jPanel1; private javax.swing.JScrollPane jScrollPane1; private javax.swing.JTextArea txtPaySlip; // End of variables declaration
}
View Answers
April 24, 2010 at 10:49 AM
Hi Friend,
Please clarify your problem.
Thanks
Related Pages:
PaySlip - Java Beginners
javax.swing.JOptionPane;
/**
*
* @author Administrator
*/
public class PaySlip... new form PaySlip */
public PaySlip(Employees employees
printing in swing
printing in swing How can i print payslip in swing
Needed jsp codes
Needed jsp codes jsp code for employee payroll.producing a payslip of every employees monthly calculating the gross pay of a particular employee considering the income tax and producing a report which can be printed out
jsp code for employee payroll - JSP-Servlet
jsp code for employee payroll jsp code for employee payroll. i need to generate the payslip with tax calucation and deductions,allwoance .how to calculate the employee tax using the jsp code Hi Friend,
Try
Vector object[]
Vector object[] I want to create payslip in java
public Vector createData()
{
Vector result = new Vector();
Vector rec = new Vector();
Object[] value = new Object[] {"Employee Name",f.ename.getSelectedItem