posted 10 years ago
Hello I am working on a Payroll application and I am using the palette to design my GUI. I have four jTextFields which are labeled as Employee Name, Hours worked, and PayRate. Three Jbuttons which are calculate, clear, and exit. I have the exit button and the clear jButtons functioning as they should. My question is how do I calculate (hours worked* payrate) JTextField2 and jTextField3 to be displayed in the jTextField4 box once I have pressed the calculate button? any help is appreciated. The main reason for using the palette is I am not good at coding.